| Constructor and Description |
|---|
CustomProperty(String name,
Serializable value,
String type,
String title)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getTitle() |
String |
getType() |
Serializable |
getValue() |
public CustomProperty(String name, Serializable value, String type, String title)
name - property namevalue - property valuetype - property typetitle - property titlepublic String getName()
public Serializable getValue()
public String getType()
public String getTitle()
Copyright © 2005–2018 Alfresco Software. All rights reserved.