org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyIdImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<String>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIdImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, PropertyData<String>, PropertyId
public class PropertyIdImpl
- extends AbstractPropertyData<String>
- implements PropertyId
Id property data implementation.
- See Also:
- Serialized Form
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData |
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues, setDisplayName, setId, setLocalName, setQueryName, setValue, setValues, toString |
PropertyIdImpl
public PropertyIdImpl()
PropertyIdImpl
public PropertyIdImpl(String id,
List<String> values)
PropertyIdImpl
public PropertyIdImpl(String id,
String value)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.