org.nuxeo.runtime.model
Class Property
java.lang.Object
org.nuxeo.runtime.model.Property
- All Implemented Interfaces:
- Serializable
public class Property
- extends Object
- implements Serializable
- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
type
public String type
value
public Object value
Property
public Property()
setStringValue
public void setStringValue(String value)
getValue
public Object getValue()
setValue
public void setValue(Object value)
getType
public String getType()
- Returns:
- the type.
getName
public String getName()
- Returns:
- the name.
getString
public String getString()
getInteger
public Integer getInteger()
getBoolean
public Boolean getBoolean()
getList
public List<String> getList()
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.