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

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

public class LocalizationInfoItem
extends Object
implements Serializable

REST Model for the localization information of a specific type.

See Also:
Serialized Form

Constructor Summary
LocalizationInfoItem()
          Empty constructor
LocalizationInfoItem(LocalizationInfoItem item)
          Copy constructor
 
Method Summary
 int getInherited()
           
 int getLocal()
           
 int getLocalized()
           
 void mergeWith(LocalizationInfoItem item)
          Merge this item with the given item
 void setInherited(int inherited)
           
 void setLocal(int local)
           
 void setLocalized(int localized)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationInfoItem

public LocalizationInfoItem()
Empty constructor


LocalizationInfoItem

public LocalizationInfoItem(LocalizationInfoItem item)
Copy constructor

Parameters:
item - localization info
Method Detail

getInherited

public int getInherited()
Returns:
the inherited

setInherited

public void setInherited(int inherited)
Parameters:
inherited - the inherited to set

getLocalized

public int getLocalized()
Returns:
the localized

setLocalized

public void setLocalized(int localized)
Parameters:
localized - the localized to set

getLocal

public int getLocal()
Returns:
the local

setLocal

public void setLocal(int local)
Parameters:
local - the local to set

mergeWith

public void mergeWith(LocalizationInfoItem item)
Merge this item with the given item

Parameters:
item - item


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.