Class Vocabulary
- java.lang.Object
-
- org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
-
- org.silverpeas.core.pdc.thesaurus.model.Vocabulary
-
- All Implemented Interfaces:
Serializable
,Comparable<Vocabulary>
,SilverpeasBeanIntf
public class Vocabulary extends SilverpeasBean implements Comparable<Vocabulary>
This class contains a full information about a Vocabulary- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Vocabulary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
_getConnectionType()
String
_getTableName()
int
compareTo(Vocabulary voca)
boolean
equals(Object obj)
String
getDescription()
String
getName()
int
hashCode()
void
setDescription(String description)
void
setName(String name)
-
Methods inherited from class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
_getDatasourceName, _getJdbcData, getPK, getSureString, setPK
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
compareTo
public int compareTo(Vocabulary voca)
- Specified by:
compareTo
in interfaceComparable<Vocabulary>
-
_getTableName
public String _getTableName()
- Specified by:
_getTableName
in interfaceSilverpeasBeanIntf
- Overrides:
_getTableName
in classSilverpeasBean
-
_getConnectionType
public int _getConnectionType()
- Specified by:
_getConnectionType
in interfaceSilverpeasBeanIntf
- Overrides:
_getConnectionType
in classSilverpeasBean
-
-