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
ConstructorDescriptionEmpty constructorCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionint
int
getLocal()
int
void
Merge this item with the given itemvoid
setInherited
(int inherited) void
setLocal
(int local) void
setLocalized
(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
-