Class LanguageEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.language.LanguageEntity
-
- All Implemented Interfaces:
Serializable
,WebEntity
public class LanguageEntity extends Object implements WebEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LanguageEntity()
Default constructorLanguageEntity(String lang, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
String
getName()
URI
getURI()
Gets the URI at which this web entity is published and can be accessed.protected void
setURI(URI uri)
-
-
-
Method Detail
-
getURI
public URI getURI()
Description copied from interface:WebEntity
Gets the URI at which this web entity is published and can be accessed.
-
setURI
protected void setURI(URI uri)
-
getLanguage
public String getLanguage()
- Returns:
- the lang
-
getName
public String getName()
- Returns:
- the name
-
-