Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.model
Class Property

java.lang.Object
  extended by org.nuxeo.runtime.model.Property
All Implemented Interfaces:
Serializable

public class Property
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 String name
           
 String type
           
 Object value
           
 
Constructor Summary
Property()
           
 
Method Summary
 Boolean getBoolean()
           
 Integer getInteger()
           
 List<String> getList()
           
 String getName()
           
 String getString()
           
 String getType()
           
 Object getValue()
           
 void setStringValue(String value)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

type

public String type

value

public Object value
Constructor Detail

Property

public Property()
Method Detail

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()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.