Package org.alfresco.repo.site.script
Class Site.CustomProperty
- java.lang.Object
-
- org.alfresco.repo.site.script.Site.CustomProperty
-
-
Constructor Summary
Constructors Constructor Description CustomProperty(String name, Serializable value, String type, String title)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetTitle()StringgetType()SerializablegetValue()
-
-
-
Constructor Detail
-
CustomProperty
public CustomProperty(String name, Serializable value, String type, String title)
Constructor- Parameters:
name- property namevalue- property valuetype- property typetitle- property title
-
-
Method Detail
-
getName
public String getName()
-
getValue
public Serializable getValue()
-
getType
public String getType()
-
getTitle
public String getTitle()
-
-