|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.service.newsletter.Category
public class Category
Constructor Summary | |
---|---|
Category()
|
Method Summary | |
---|---|
int |
compareTo(Category o2)
|
String |
getCatServiceInstId()
Returns the catServiceInstId. |
String |
getDescription()
Returns the description. |
String |
getId()
Returns the id. |
int |
getMaxItems()
Returns the maxItems. |
String |
getName()
Returns the name. |
int |
getPosition()
Returns the position. |
String |
getServiceId()
Returns the serviceId. |
String |
getSourceId()
Returns the sourceId. |
void |
setCatServiceInstId(String catServiceInstId)
Sets the catServiceInstId. |
void |
setDescription(String description)
Sets the description. |
void |
setId(String id)
Sets the id. |
void |
setMaxItems(int maxItems)
Sets the maxItems. |
void |
setName(String name)
Sets the name. |
void |
setPosition(int position)
Sets the position. |
void |
setServiceId(String serviceId)
Sets the serviceId. |
void |
setSourceId(String sourceId)
Sets the sourceId. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Category()
Method Detail |
---|
public String getCatServiceInstId()
public void setCatServiceInstId(String catServiceInstId)
catServiceInstId
- the catServiceInstId value to setpublic String getDescription()
public void setDescription(String description)
description
- the description value to setpublic String getId()
public void setId(String id)
id
- the id value to setpublic int getMaxItems()
public void setMaxItems(int maxItems)
maxItems
- the maxItems value to setpublic String getName()
public void setName(String name)
name
- the name value to setpublic int getPosition()
public void setPosition(int position)
position
- the position value to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId
- the serviceId value to setpublic String getSourceId()
public void setSourceId(String sourceId)
sourceId
- the sourceId value to setpublic int compareTo(Category o2)
compareTo
in interface Comparable<Category>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |