com.silverpeas.thesaurus.model
Class Vocabulary
java.lang.Object
com.stratelia.webactiv.persistence.SilverpeasBean
com.silverpeas.thesaurus.model.Vocabulary
- All Implemented Interfaces:
- SilverpeasBeanIntf, Serializable, Comparable<Vocabulary>
public class Vocabulary
- extends SilverpeasBean
- implements Comparable<Vocabulary>
This class contains a full information about a Vocabulary
- See Also:
- Serialized Form
Vocabulary
public Vocabulary()
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
compareTo
public int compareTo(Vocabulary voca)
- Specified by:
compareTo
in interface Comparable<Vocabulary>
_getTableName
public String _getTableName()
- Specified by:
_getTableName
in interface SilverpeasBeanIntf
- Overrides:
_getTableName
in class SilverpeasBean
_getConnectionType
public int _getConnectionType()
- Specified by:
_getConnectionType
in interface SilverpeasBeanIntf
- Overrides:
_getConnectionType
in class SilverpeasBean
Copyright © 2016 Silverpeas. All Rights Reserved.