org.eclipse.higgins.userprofile.entity
Class Category

java.lang.Object
  extended byorg.eclipse.higgins.userprofile.entity.Category

public class Category
extends Object

Author:
PilipenkoYN

Constructor Summary
Category()
           
 
Method Summary
 List getCardList()
           
 String getIcon()
           
 String getId()
           
 int getIdx()
           
 String getName()
           
 String getParentId()
           
 String getSelectedIcon()
           
 String getType()
           
 void setCardList(List cardList)
           
 void setIcon(String icon)
           
 void setId(String id)
           
 void setIdx(int idx)
           
 void setName(String name)
           
 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

Category

public Category()
Method Detail

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)