Package lumis.service.newsletter
Class Category
- java.lang.Object
-
- lumis.service.newsletter.Category
-
- All Implemented Interfaces:
Comparable<Category>
public class Category extends Object implements Comparable<Category>
- Since:
- 4.0.8
- Version:
- $Revision: 16294 $ $Date: 2014-06-24 13:51:20 -0300 (Tue, 24 Jun 2014) $
-
-
Constructor Summary
Constructors Constructor Description Category()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getCatServiceInstId
public String getCatServiceInstId()
Returns the catServiceInstId.- Returns:
- the catServiceInstId
- Since:
- 4.0.8
-
setCatServiceInstId
public void setCatServiceInstId(String catServiceInstId)
Sets the catServiceInstId.- Parameters:
catServiceInstId
- the catServiceInstId value to set- Since:
- 4.0.8
-
getDescription
public String getDescription()
Returns the description.- Returns:
- the description
- Since:
- 4.0.8
-
setDescription
public void setDescription(String description)
Sets the description.- Parameters:
description
- the description value to set- Since:
- 4.0.8
-
getId
public String getId()
Returns the id.- Returns:
- the id
- Since:
- 4.0.8
-
setId
public void setId(String id)
Sets the id.- Parameters:
id
- the id value to set- Since:
- 4.0.8
-
getMaxItems
public int getMaxItems()
Returns the maxItems.- Returns:
- the maxItems
- Since:
- 4.0.8
-
setMaxItems
public void setMaxItems(int maxItems)
Sets the maxItems.- Parameters:
maxItems
- the maxItems value to set- Since:
- 4.0.8
-
getName
public String getName()
Returns the name.- Returns:
- the name
- Since:
- 4.0.8
-
setName
public void setName(String name)
Sets the name.- Parameters:
name
- the name value to set- Since:
- 4.0.8
-
getPosition
public int getPosition()
Returns the position.- Returns:
- the position
- Since:
- 4.0.8
-
setPosition
public void setPosition(int position)
Sets the position.- Parameters:
position
- the position value to set- Since:
- 4.0.8
-
getServiceId
public String getServiceId()
Returns the serviceId.- Returns:
- the serviceId
- Since:
- 4.0.8
-
setServiceId
public void setServiceId(String serviceId)
Sets the serviceId.- Parameters:
serviceId
- the serviceId value to set- Since:
- 4.0.8
-
getSourceId
public String getSourceId()
Returns the sourceId.- Returns:
- the sourceId
- Since:
- 4.0.8
-
setSourceId
public void setSourceId(String sourceId)
Sets the sourceId.- Parameters:
sourceId
- the sourceId value to set- Since:
- 4.0.8
-
compareTo
public int compareTo(Category o2)
- Specified by:
compareTo
in interfaceComparable<Category>
-
-