|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.ChannelLocalizationInfo
public class ChannelLocalizationInfo
REST Model class for localization info of a channel
Constructor Summary | |
---|---|
ChannelLocalizationInfo()
Create empty instance |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelLocalizationInfo()
Method Detail |
---|
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
- info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |