org.eclipse.higgins.rpps.core.tobj
Class CategoryTO

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
      extended byorg.eclipse.higgins.rpps.core.tobj.CategoryTO
All Implemented Interfaces:
Serializable

public class CategoryTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
CategoryTO()
           
 
Method Summary
 String[] getCardList()
           
 String getIcon()
           
 String getId()
           
 int getIdx()
           
 String getParentId()
           
 String getSelectedIcon()
           
 String getType()
           
 void setCardList(String[] cardCUIDList)
           
 void setIcon(String icon)
           
 void setId(String id)
           
 void setIdx(int idx)
           
 void setParentId(String parentId)
           
 void setSelectedIcon(String selectedIcon)
           
 void setType(String type)
           
 
Methods inherited from class org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryTO

public CategoryTO()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getIdx

public int getIdx()

setIdx

public void setIdx(int idx)

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getParentId

public String getParentId()
Returns:
the parentId

setParentId

public void setParentId(String parentId)
Parameters:
parentId - the parentId to set

getIcon

public String getIcon()
Returns:
the icon

setIcon

public void setIcon(String icon)
Parameters:
icon - the icon to set

getSelectedIcon

public String getSelectedIcon()
Returns:
the selectedIcon

setSelectedIcon

public void setSelectedIcon(String selectedIcon)
Parameters:
selectedIcon - the selectedIcon to set

getCardList

public String[] getCardList()
Returns:
the cardList

setCardList

public void setCardList(String[] cardCUIDList)