public class Category extends Object implements Comparable<Category>
Constructor and Description |
---|
Category() |
Modifier and Type | Method and 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.
|
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>
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.