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

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

public class CategoryTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CategoryTO()
           
 
Method Summary
 String[] getCardList()
           
 String getIcon()
           
 String getId()
           
 int getIdx()
           
 String getName()
          Gets the name of transfer object.
 String getParentId()
           
 String getSelectedIcon()
           
 String getType()
           
 void setCardList(String[] cardCUIDList)
           
 void setIcon(String icon)
           
 void setId(String id)
           
 void setIdx(int idx)
           
 void setName(String name)
          Sets the name of transfer object
 void setParentId(String parentId)
           
 void setSelectedIcon(String selectedIcon)
           
 void setType(String type)
           
 
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)
Parameters:
cardList - the cardList to set

getName

public String getName()
Gets the name of transfer object.

Returns:
the name of transfer object.

setName

public void setName(String name)
Sets the name of transfer object

Parameters:
name - the name of transfer object.