|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.Property
public class Property
Property object, representing a property of a Tag
(a part
of a tag in GCN)
Nested Class Summary | |
---|---|
static class |
Property.Type
Enumeration of property types |
Constructor Summary | |
---|---|
Property()
Constructor of the property object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Property()
Method Detail |
---|
public Property.Type getType()
public String getStringValue()
public Boolean getBooleanValue()
public Integer getFileId()
public Integer getImageId()
public Integer getFolderId()
public Integer getPageId()
public List<String> getStringValues()
public List<SelectOption> getOptions()
public List<SelectOption> getSelectedOptions()
public Integer getDatasourceId()
com.gentics.contentnode.object.Datasource
public Overview getOverview()
public void setType(Property.Type type)
type
- the type to setpublic void setStringValue(String stringValue)
stringValue
- the stringValue to setpublic void setBooleanValue(Boolean booleanValue)
booleanValue
- the booleanValue to setpublic void setFileId(Integer fileId)
fileId
- the fileId to setpublic void setImageId(Integer imageId)
imageId
- the imageId to setpublic void setFolderId(Integer folderId)
folderId
- the folderId to setpublic void setPageId(Integer pageId)
pageId
- the pageId to setpublic void setStringValues(List<String> stringValues)
stringValues
- the stringValues to setpublic void setOptions(List<SelectOption> options)
options
- the options to setpublic void setSelectedOptions(List<SelectOption> selectedOptions)
selectedOptions
- the selectedOptions to setpublic void setDatasourceId(Integer datasourceId)
the
- ID of the com.gentics.contentnode.object.Datasource
public void setOverview(Overview overview)
overview
- the overview to setpublic Integer getTemplateId()
public Integer getContentTagId()
public Integer getTemplateTagId()
public void setTemplateId(Integer templateId)
templateId
- the templateId to setpublic void setContentTagId(Integer contentTagId)
contentTagId
- the contentTagId to setpublic void setTemplateTagId(Integer templateTagId)
templateTagId
- the templateTagId to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |