Class ChannelLocalizationInfo

java.lang.Object
com.gentics.contentnode.rest.model.response.ChannelLocalizationInfo
All Implemented Interfaces:
Serializable

public class ChannelLocalizationInfo extends Object implements Serializable
REST Model class for localization info of a channel
See Also:
  • Constructor Details

    • ChannelLocalizationInfo

      public ChannelLocalizationInfo()
      Create empty instance
  • Method Details

    • updateTotalSums

      protected void updateTotalSums()
      Update the total sums
    • getChannelId

      public int getChannelId()
      Returns:
      the channelId
    • setChannelId

      public void setChannelId(int channelId)
      Parameters:
      channelId - the channelId to set
    • getFolder

      public LocalizationInfoItem getFolder()
      Returns:
      the folder
    • setFolder

      public void setFolder(LocalizationInfoItem folder)
      Parameters:
      folder - the folder to set
    • getPage

      public LocalizationInfoItem getPage()
      Returns:
      the page
    • setPage

      public void setPage(LocalizationInfoItem page)
      Parameters:
      page - the page to set
    • getImage

      public LocalizationInfoItem getImage()
      Returns:
      the image
    • setImage

      public void setImage(LocalizationInfoItem image)
      Parameters:
      image - the image to set
    • getFile

      public LocalizationInfoItem getFile()
      Returns:
      the file
    • setFile

      public void setFile(LocalizationInfoItem file)
      Parameters:
      file - the file to set
    • getTemplate

      public LocalizationInfoItem getTemplate()
      Returns:
      the template
    • setTemplate

      public void setTemplate(LocalizationInfoItem template)
      Parameters:
      template - the template to set
    • 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(ChannelLocalizationInfo info)
      Merge this info with the given info
      Parameters:
      info - info