com.silverpeas.thesaurus.model
Class Jargon

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

Constructor Summary
Jargon()
           
 
Method Summary
 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 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

Jargon

public Jargon()
Method Detail

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.