Class Jargon
- java.lang.Object
-
- org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
-
- org.silverpeas.core.pdc.thesaurus.model.Jargon
-
- All Implemented Interfaces:
Serializable
,SilverpeasBeanIntf
public class Jargon extends SilverpeasBean
This class contains a full information about a Jargon a Jargon is linked to a Vocabulary and a User (UserDetail or Group)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Jargon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
_getConnectionType()
String
_getTableName()
boolean
equals(Object obj)
String
getIdUser()
long
getIdVoca()
int
getType()
int
hashCode()
String
readUserName()
String
readVocaName()
void
setIdUser(String idUser)
void
setIdVoca(long idVoca)
void
setType(int type)
-
Methods inherited from class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
_getDatasourceName, _getJdbcData, getPK, getSureString, setPK
-
-
-
-
Method Detail
-
readUserName
public String readUserName()
-
readVocaName
public String readVocaName() throws ThesaurusException
- Throws:
ThesaurusException
-
getType
public int getType()
-
setType
public void setType(int type)
-
getIdVoca
public long getIdVoca()
-
setIdVoca
public void setIdVoca(long idVoca)
-
getIdUser
public String getIdUser()
-
setIdUser
public void setIdUser(String idUser)
-
_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
-
-