|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.LanguageResponse
public class LanguageResponse
Response containing the current session language
Field Summary | |
---|---|
protected java.lang.String |
code
Language code of the language |
Constructor Summary | |
---|---|
LanguageResponse()
Create an empty instance |
Method Summary | |
---|---|
java.lang.String |
getCode()
Get the language code |
void |
setCode(java.lang.String code)
Set the language code |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String code
Constructor Detail |
---|
public LanguageResponse()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- language code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |