org.eclipse.higgins.sync.to
Class CardCategoryTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by 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

Constructor Summary
CardCategoryTO()
           
 
Method Summary
 String[] getCuids()
           
 int getIdx()
           
 String getName()
           
 String getParentId()
           
 String getType()
           
 void setCuids(String[] cuids)
           
 void setIdx(int idx)
           
 void setName(String name)
           
 CardCategoryTO setParentId(String parentId)
           
 CardCategoryTO setType(String type)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.BaseTO
getId, getRevision, setId, setRevision
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardCategoryTO

public CardCategoryTO()
Method Detail

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