|
||||||||||
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.LocalizationInfo
public class LocalizationInfo
REST Model for localization info
Constructor Summary | |
---|---|
LocalizationInfo()
Create empty instance |
|
LocalizationInfo(Message message,
ResponseInfo responseInfo)
Create instance with given message and response info |
Method Summary | |
---|---|
java.util.List<ChannelLocalizationInfo> |
getChannels()
|
void |
setChannels(java.util.List<ChannelLocalizationInfo> channels)
|
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 |
Constructor Detail |
---|
public LocalizationInfo()
public LocalizationInfo(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public java.util.List<ChannelLocalizationInfo> getChannels()
public void setChannels(java.util.List<ChannelLocalizationInfo> channels)
channels
- the channels to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |