org.eclipse.higgins.sync.to
Class CardCategoryTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
org.eclipse.higgins.sync.to.CardCategoryTO
- All Implemented Interfaces:
- Serializable
public class CardCategoryTO
- extends BaseTO
- implements Serializable
Card category transfer object.
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
CardCategoryTO
public CardCategoryTO()
getCuids
public String[] getCuids()
- Returns:
- the cuids
getIdx
public int getIdx()
- Returns:
- the idx
getName
public String getName()
- Returns:
- the name
getParentId
public String getParentId()
- Returns:
- the parentId
getType
public String getType()
- Returns:
- the type
setCuids
public void setCuids(String[] cuids)
- Parameters:
cuids - the cuids to set
setIdx
public void setIdx(int idx)
- Parameters:
idx - the idx to set
setName
public void setName(String name)
- Parameters:
name - the name to set
setParentId
public CardCategoryTO setParentId(String parentId)
- Parameters:
parentId - the parentId to set
setType
public CardCategoryTO setType(String type)
- Parameters:
type - the type to set