com.silverpeas.thesaurus.model
Class Jargon
java.lang.Object
com.stratelia.webactiv.persistence.SilverpeasBean
com.silverpeas.thesaurus.model.Jargon
- All Implemented Interfaces:
- SilverpeasBeanIntf, Serializable
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
Jargon
public Jargon()
readUserName
public String readUserName()
readVocaName
public String readVocaName()
throws ThesaurusException
- Throws:
ThesaurusException
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
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 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.