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

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Card, CardCredential, CardInformation, CardTemplate, CardUpdate, CardUsage, Category, ClaimItem, CurrentState, FormatDescriptor, ICardUpdate, ListEntity, MRU, StsFault, UserData, UserProfile

public class BaseEntity
extends Object
implements Serializable

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
BaseEntity()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseEntity

public BaseEntity()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set