Class LocalizationInfoItem

java.lang.Object
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:
  • Constructor Details

    • LocalizationInfoItem

      public LocalizationInfoItem()
      Empty constructor
    • LocalizationInfoItem

      public LocalizationInfoItem(LocalizationInfoItem item)
      Copy constructor
      Parameters:
      item - localization info
  • Method Details

    • 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