com.stratelia.webactiv.util.publication.model
Class PublicationI18N

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

public class PublicationI18N
extends Translation
implements Serializable

See Also:
Serialized Form

Constructor Summary
PublicationI18N()
           
PublicationI18N(PublicationDetail publi)
           
PublicationI18N(String lang, String name, String description, String keywords)
           
 
Method Summary
 String getKeywords()
           
 void setKeywords(String keywords)
           
 
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

PublicationI18N

public PublicationI18N()

PublicationI18N

public PublicationI18N(PublicationDetail publi)

PublicationI18N

public PublicationI18N(String lang,
                       String name,
                       String description,
                       String keywords)
Method Detail

getKeywords

public String getKeywords()

setKeywords

public void setKeywords(String keywords)


Copyright © 2016 Silverpeas. All Rights Reserved.