org.eclipse.higgins.ics.gwt.base.client.model.entity
Class ICardUpdate

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
      extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.ICardUpdate
All Implemented Interfaces:
Serializable

public class ICardUpdate
extends BaseEntity

See Also:
Serialized Form

Constructor Summary
ICardUpdate()
           
ICardUpdate(String cuid, CardCredential credential)
           
 
Method Summary
 CardCredential getCredential()
           
 String getCuid()
           
 void setCredential(CardCredential credential)
           
 void setCuid(String cuid)
           
 
Methods inherited from class org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICardUpdate

public ICardUpdate()

ICardUpdate

public ICardUpdate(String cuid,
                   CardCredential credential)
Method Detail

getCredential

public CardCredential getCredential()

setCredential

public void setCredential(CardCredential credential)

getCuid

public String getCuid()

setCuid

public void setCuid(String cuid)