com.stratelia.webactiv.util.node.model
Class NodeI18NDetail

java.lang.Object
  extended by com.silverpeas.util.i18n.Translation
      extended by com.stratelia.webactiv.util.node.model.NodeI18NDetail
All Implemented Interfaces:
Serializable, Cloneable

public class NodeI18NDetail
extends Translation
implements Serializable

See Also:
Serialized Form

Constructor Summary
NodeI18NDetail(int id, String lang, String nodeName, String nodeDescription)
           
NodeI18NDetail(String lang, String nodeName, String nodeDescription)
           
 
Method Summary
 int getNodeId()
           
 String getTableName()
          Return the object table name
 void setNodeId(String id)
           
 
Methods inherited from class com.silverpeas.util.i18n.Translation
clone, getDescription, getId, getLanguage, getName, getObjectId, setDescription, setId, setLanguage, setName, setObjectId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeI18NDetail

public NodeI18NDetail(String lang,
                      String nodeName,
                      String nodeDescription)

NodeI18NDetail

public NodeI18NDetail(int id,
                      String lang,
                      String nodeName,
                      String nodeDescription)
Method Detail

getNodeId

public int getNodeId()

setNodeId

public void setNodeId(String id)

getTableName

public String getTableName()
Return the object table name

Returns:
the table name of the object
Since:
1.0


Copyright © 2016 Silverpeas. All Rights Reserved.