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
Nested Classes -
Constructor Summary
Constructors -
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 TypevoidsetBooleanValue(Boolean booleanValue) voidsetContentTagId(Integer contentTagId) voidsetDatasourceId(Integer datasourceId) voidvoidsetFolderId(Integer folderId) voidvoidsetGlobalId(String globalId) Set the global IDvoidSet the property idvoidsetImageId(Integer imageId) voidSet the node ID.voidsetOptions(List<SelectOption> options) voidsetOverview(Overview overview) voidvoidSet the part idvoidsetSelectedOptions(List<SelectOption> selectedOptions) voidsetStringValue(String stringValue) voidsetStringValues(List<String> stringValues) voidsetTemplateId(Integer templateId) voidsetTemplateTagId(Integer templateTagId) voidsetType(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
-