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

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

public class UserData
extends BaseEntity
implements Serializable

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
UserData()
           
 
Method Summary
 Card[] getCards()
           
 ArrayList getCategoryList()
           
 void setCards(Card[] cards)
           
 void setCategoryList(ArrayList categoryList)
           
 
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

UserData

public UserData()
Method Detail

getCards

public Card[] getCards()

setCards

public void setCards(Card[] cards)

getCategoryList

public ArrayList getCategoryList()

setCategoryList

public void setCategoryList(ArrayList categoryList)