@Entity public class LocalisedString extends Object implements Serializable
Constructor and Description |
---|
LocalisedString() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the code for this
LocalisedString . |
String |
getContent()
Gets the content for this
LocalisedString . |
Long |
getId()
Gets the id for this
LocalisedString . |
String |
getLocale()
Gets the locale for this
LocalisedString . |
Long |
getVersion()
Gets the version for this
LocalisedString . |
void |
setCode(String code)
Sets the code for this
LocalisedString . |
void |
setContent(String content)
Sets the content for this
LocalisedString . |
void |
setId(Long id)
Sets the id for this
LocalisedString . |
void |
setLocale(String locale)
Sets the locale for this
LocalisedString . |
void |
setVersion(Long version)
Sets the version for this
LocalisedString . |
public LocalisedString()
public void setId(Long id)
LocalisedString
.id
- the id to setpublic void setCode(String code)
LocalisedString
.code
- the code to setCODEpublic void setLocale(String locale)
LocalisedString
.locale
- the locale to setpublic String getContent()
LocalisedString
.public void setContent(String content)
LocalisedString
.content
- the content to setpublic Long getVersion()
LocalisedString
.public void setVersion(Long version)
LocalisedString
.version
- the version to setCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.