public class ChannelLocalizationInfo extends Object implements Serializable
Constructor and Description |
---|
ChannelLocalizationInfo()
Create empty instance
|
Modifier and Type | Method and Description |
---|---|
int |
getChannelId() |
LocalizationInfoItem |
getFile() |
LocalizationInfoItem |
getFolder() |
LocalizationInfoItem |
getImage() |
int |
getInherited() |
int |
getLocal() |
int |
getLocalized() |
LocalizationInfoItem |
getPage() |
LocalizationInfoItem |
getTemplate() |
void |
mergeWith(ChannelLocalizationInfo info)
Merge this info with the given info
|
void |
setChannelId(int channelId) |
void |
setFile(LocalizationInfoItem file) |
void |
setFolder(LocalizationInfoItem folder) |
void |
setImage(LocalizationInfoItem image) |
void |
setInherited(int inherited) |
void |
setLocal(int local) |
void |
setLocalized(int localized) |
void |
setPage(LocalizationInfoItem page) |
void |
setTemplate(LocalizationInfoItem template) |
protected void |
updateTotalSums()
Update the total sums
|
protected void updateTotalSums()
public int getChannelId()
public void setChannelId(int channelId)
channelId
- the channelId to setpublic LocalizationInfoItem getFolder()
public void setFolder(LocalizationInfoItem folder)
folder
- the folder to setpublic LocalizationInfoItem getPage()
public void setPage(LocalizationInfoItem page)
page
- the page to setpublic LocalizationInfoItem getImage()
public void setImage(LocalizationInfoItem image)
image
- the image to setpublic LocalizationInfoItem getFile()
public void setFile(LocalizationInfoItem file)
file
- the file to setpublic LocalizationInfoItem getTemplate()
public void setTemplate(LocalizationInfoItem template)
template
- the template to setpublic 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(ChannelLocalizationInfo info)
info
- infoCopyright © 2024 Gentics Software. All rights reserved.