Class GlobalSilverContent
- java.lang.Object
-
- org.silverpeas.core.i18n.AbstractI18NBean<GlobalSilverContentI18N>
-
- org.silverpeas.core.contribution.contentcontainer.content.GlobalSilverContent
-
- All Implemented Interfaces:
Serializable
,I18NBean<GlobalSilverContentI18N>
,Translatable
,Nameable
public class GlobalSilverContent extends AbstractI18NBean<GlobalSilverContentI18N> implements Serializable
This class represents contribution classified on taxonomy- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlobalSilverContent(SilverContentInterface sci)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreationDate()
String
getId()
String
getInstanceId()
Date
getLastUpdateDate()
String
getLocation()
Map<String,String>
getSortableXMLFormFields()
gets the list of Sortable fields if the content is a form XMLString
getSpaceId()
String
getThumbnailURL()
String
getTitle()
protected Class<GlobalSilverContentI18N>
getTranslationType()
String
getType()
String
getURL()
String
getUserId()
void
setLocation(String location)
void
setSpaceId(String spaceId)
void
setThumbnailURL(String thumbnailURL)
void
setType(String type)
void
setURL(String url)
-
Methods inherited from class org.silverpeas.core.i18n.AbstractI18NBean
addTranslation, getClonedTranslations, getDescription, getDescription, getLanguage, getLanguages, getLanguageToDisplay, getName, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslations
-
-
-
-
Constructor Detail
-
GlobalSilverContent
public GlobalSilverContent(SilverContentInterface sci)
-
-
Method Detail
-
getTranslationType
protected Class<GlobalSilverContentI18N> getTranslationType()
- Specified by:
getTranslationType
in classAbstractI18NBean<GlobalSilverContentI18N>
-
getURL
public String getURL()
-
getLocation
public String getLocation()
-
getId
public String getId()
-
getInstanceId
public String getInstanceId()
-
getSpaceId
public String getSpaceId()
-
setSpaceId
public void setSpaceId(String spaceId)
-
getTitle
public String getTitle()
-
getLastUpdateDate
public Date getLastUpdateDate()
-
getUserId
public String getUserId()
-
setType
public void setType(String type)
-
getType
public String getType()
-
setURL
public void setURL(String url)
-
setLocation
public void setLocation(String location)
-
getCreationDate
public Date getCreationDate()
-
getThumbnailURL
public String getThumbnailURL()
-
setThumbnailURL
public void setThumbnailURL(String thumbnailURL)
-
-