org.silverpeas.node.web
Class NodeTranslationEntity

java.lang.Object
  extended by org.silverpeas.node.web.NodeTranslationEntity

public class NodeTranslationEntity
extends Object


Constructor Summary
NodeTranslationEntity()
           
NodeTranslationEntity(int id, String language, NodeDetail node)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getLanguage()
           
 String getName()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setLanguage(String language)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTranslationEntity

public NodeTranslationEntity()

NodeTranslationEntity

public NodeTranslationEntity(int id,
                             String language,
                             NodeDetail node)
Method Detail

setId

public void setId(String id)

getId

public String getId()

setDescription

public void setDescription(String description)

getDescription

public String getDescription()

setLanguage

public void setLanguage(String language)

getLanguage

public String getLanguage()

setName

public void setName(String name)

getName

public String getName()


Copyright © 2016 Silverpeas. All Rights Reserved.