public class LocalizationInfoItem extends Object implements Serializable
Constructor and Description |
---|
LocalizationInfoItem()
Empty constructor
|
LocalizationInfoItem(LocalizationInfoItem item)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
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) |
public LocalizationInfoItem()
public LocalizationInfoItem(LocalizationInfoItem item)
item
- localization infopublic 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
- itemCopyright © 2024 Gentics Software. All rights reserved.