|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.LocalizationInfoItem
public class LocalizationInfoItem
REST Model for the localization information of a specific type.
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 |
---|
public LocalizationInfoItem()
public LocalizationInfoItem(LocalizationInfoItem item)
item
- localization infoMethod Detail |
---|
public int getInherited()
public void setInherited(int inherited)
inherited
- the inherited to setpublic int getLocalized()
public void setLocalized(int localized)
localized
- the localized to setpublic int getLocal()
public void setLocal(int local)
local
- the local to setpublic void mergeWith(LocalizationInfoItem item)
item
- item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |