Class LocalizationInfoItem
java.lang.Object
com.gentics.contentnode.rest.model.response.LocalizationInfoItem
- All Implemented Interfaces:
Serializable
REST Model for the localization information of a specific type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionintintgetLocal()intvoidMerge this item with the given itemvoidsetInherited(int inherited) voidsetLocal(int local) voidsetLocalized(int localized)
-
Constructor Details
-
LocalizationInfoItem
public LocalizationInfoItem()Empty constructor -
LocalizationInfoItem
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
Merge this item with the given item- Parameters:
item- item
-