com.silverpeas.thesaurus.model
Class Vocabulary

java.lang.Object
  extended by com.stratelia.webactiv.persistence.SilverpeasBean
      extended by 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

Constructor Summary
Vocabulary()
           
 
Method Summary
 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 com.stratelia.webactiv.persistence.SilverpeasBean
_getDatasourceName, _getJdbcData, getPK, getSureString, setPK
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vocabulary

public Vocabulary()
Method Detail

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.