|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<T>
public abstract class AbstractPropertyData<T>
Abstract property data implementation.
Constructor Summary | |
---|---|
AbstractPropertyData()
|
Method Summary | |
---|---|
String |
getDisplayName()
Returns the display name. |
T |
getFirstValue()
Returns the first entry of the list of values. |
String |
getId()
Returns the property id. |
String |
getLocalName()
Returns the local name. |
String |
getQueryName()
Returns the query name. |
List<T> |
getValues()
Returns the list of values of this property. |
void |
setDisplayName(String displayName)
|
void |
setId(String id)
|
void |
setLocalName(String localName)
|
void |
setQueryName(String queryName)
|
void |
setValue(T value)
|
void |
setValues(List<T> values)
|
String |
toString()
|
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData |
---|
getExtensions, setExtensions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Constructor Detail |
---|
public AbstractPropertyData()
Method Detail |
---|
public String getId()
PropertyData
getId
in interface PropertyData<T>
public void setId(String id)
public String getDisplayName()
PropertyData
getDisplayName
in interface PropertyData<T>
null
public void setDisplayName(String displayName)
public String getLocalName()
PropertyData
getLocalName
in interface PropertyData<T>
null
public void setLocalName(String localName)
public String getQueryName()
PropertyData
getQueryName
in interface PropertyData<T>
null
public void setQueryName(String queryName)
public List<T> getValues()
PropertyData
getValues
in interface PropertyData<T>
null
public void setValues(List<T> values)
public void setValue(T value)
public T getFirstValue()
PropertyData
getFirstValue
in interface PropertyData<T>
null
public String toString()
toString
in class AbstractExtensionData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |