com.gentics.contentnode.rest.model.response
Class LocalizationInfo

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.LocalizationInfo
All Implemented Interfaces:
java.io.Serializable

public class LocalizationInfo
extends GenericResponse
implements java.io.Serializable

REST Model for localization info

See Also:
Serialized Form

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

LocalizationInfo

public LocalizationInfo()
Create empty instance


LocalizationInfo

public LocalizationInfo(Message message,
                        ResponseInfo responseInfo)
Create instance with given message and response info

Parameters:
message - message
responseInfo - response info
Method Detail

getChannels

public java.util.List<ChannelLocalizationInfo> getChannels()
Returns:
the channels

setChannels

public void setChannels(java.util.List<ChannelLocalizationInfo> channels)
Parameters:
channels - the channels to set


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.