public class Property extends Object implements Serializable
Tag
(a part
of a tag in GCN)Modifier and Type | Class and Description |
---|---|
static class |
Property.Type
Enumeration of property types
|
Constructor and Description |
---|
Property()
Constructor of the property object
|
public Property.Type getType()
public String getStringValue()
public Boolean getBooleanValue()
public Integer getFileId()
public Integer getImageId()
public Integer getFolderId()
public Integer getPageId()
public Integer getFormId()
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 setFormId(Integer formId)
formId
- the formId 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 setpublic Integer getNodeId()
public void setNodeId(Integer nodeId)
nodeId
- The node ID to set.public Integer getPartId()
public void setPartId(Integer partId)
partId
- part idpublic Integer getId()
public void setId(Integer id)
id
- idpublic String getGlobalId()
public void setGlobalId(String globalId)
globalId
- global IDCopyright © 2024 Gentics Software. All rights reserved.