Class Property
java.lang.Object
com.gentics.contentnode.rest.model.Property
- All Implemented Interfaces:
Serializable
Property object, representing a property of a
Tag
(a part
of a tag in GCN)- Author:
- norbert
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBoolean valueContentTag IDDatasource IDFile IDFolder IDForm IDGlobal IDgetId()
Local IDImage IDGet the node ID.Possible optionsOverviewPage IDGet the part idSelected optionsString valueString valuesTemplate IDTemplateTag IDgetType()
Property Typevoid
setBooleanValue
(Boolean booleanValue) void
setContentTagId
(Integer contentTagId) void
setDatasourceId
(Integer datasourceId) void
void
setFolderId
(Integer folderId) void
void
setGlobalId
(String globalId) Set the global IDvoid
Set the property idvoid
setImageId
(Integer imageId) void
Set the node ID.void
setOptions
(List<SelectOption> options) void
setOverview
(Overview overview) void
void
Set the part idvoid
setSelectedOptions
(List<SelectOption> selectedOptions) void
setStringValue
(String stringValue) void
setStringValues
(List<String> stringValues) void
setTemplateId
(Integer templateId) void
setTemplateTagId
(Integer templateTagId) void
setType
(Property.Type type)
-
Constructor Details
-
Property
public Property()Constructor of the property object
-
-
Method Details
-
getType
Property Type- Returns:
- the type
-
getStringValue
String value- Returns:
- the stringValue
-
getBooleanValue
Boolean value- Returns:
- the booleanValue
-
getFileId
File ID- Returns:
- the fileId
-
getImageId
Image ID- Returns:
- the imageId
-
getFolderId
Folder ID- Returns:
- the folderId
-
getPageId
Page ID- Returns:
- the pageId
-
getFormId
Form ID- Returns:
- the formId
-
getStringValues
String values- Returns:
- the stringValues
-
getOptions
Possible options- Returns:
- the options
-
getSelectedOptions
Selected options- Returns:
- the selectedOptions
-
getDatasourceId
Datasource ID- Returns:
- the ID of the
com.gentics.contentnode.object.Datasource
-
getOverview
Overview- Returns:
- the overview
-
setType
- Parameters:
type
- the type to set
-
setStringValue
- Parameters:
stringValue
- the stringValue to set
-
setBooleanValue
- Parameters:
booleanValue
- the booleanValue to set
-
setFileId
- Parameters:
fileId
- the fileId to set
-
setImageId
- Parameters:
imageId
- the imageId to set
-
setFolderId
- Parameters:
folderId
- the folderId to set
-
setPageId
- Parameters:
pageId
- the pageId to set
-
setFormId
- Parameters:
formId
- the formId to set
-
setStringValues
- Parameters:
stringValues
- the stringValues to set
-
setOptions
- Parameters:
options
- the options to set
-
setSelectedOptions
- Parameters:
selectedOptions
- the selectedOptions to set
-
setDatasourceId
- Parameters:
the
- ID of thecom.gentics.contentnode.object.Datasource
-
setOverview
- Parameters:
overview
- the overview to set
-
getTemplateId
Template ID- Returns:
- the templateId
-
getContentTagId
ContentTag ID- Returns:
- the contentTagId
-
getTemplateTagId
TemplateTag ID- Returns:
- the templateTagId
-
setTemplateId
- Parameters:
templateId
- the templateId to set
-
setContentTagId
- Parameters:
contentTagId
- the contentTagId to set
-
setTemplateTagId
- Parameters:
templateTagId
- the templateTagId to set
-
getNodeId
Get the node ID.- Returns:
- The node ID.
-
setNodeId
Set the node ID.- Parameters:
nodeId
- The node ID to set.
-
getPartId
Get the part id- Returns:
- part id
-
setPartId
Set the part id- Parameters:
partId
- part id
-
getId
Local ID- Returns:
- property id
-
setId
Set the property id- Parameters:
id
- id
-
getGlobalId
Global ID- Returns:
- global ID
-
setGlobalId
Set the global ID- Parameters:
globalId
- global ID
-