org.eclipse.higgins.icard.userprofile
Class Category
java.lang.Object
org.eclipse.higgins.icard.userprofile.Category
- public class Category
- extends Object
- Author:
- PilipenkoYN
Category
public Category()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
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 List getCardList()
- Returns:
- the cardList
setCardList
public void setCardList(List cardList)
- Parameters:
cardList - the cardList to set
getIdx
public int getIdx()
- Returns:
- the idx
setIdx
public void setIdx(int idx)
- Parameters:
idx - the idx to set
getType
public String getType()
setType
public void setType(String type)