org.eclipse.higgins.rpps.core.tobj
Class CategoryTO
java.lang.Object
org.eclipse.higgins.rpps.core.tobj.CategoryTO
- All Implemented Interfaces:
- Serializable
public class CategoryTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
CategoryTO
public CategoryTO()
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.