public class AVMStorePropertyImpl extends Object implements AVMStoreProperty, Serializable
| Constructor and Description |
|---|
AVMStorePropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
protected Long |
getId()
Get the primary key.
|
org.alfresco.service.namespace.QName |
getQname()
Get the property type.
|
AVMStore |
getStore()
Get the store this property belongs to.
|
PropertyValue |
getValue()
Get the actual property value.
|
int |
hashCode() |
protected void |
setId(Long id)
Set the primary key.
|
void |
setQname(org.alfresco.service.namespace.QName qname)
Set the property type.
|
void |
setStore(AVMStore store)
Set the store that this property belongs to.
|
void |
setValue(PropertyValue value)
Set the actual property value.
|
public org.alfresco.service.namespace.QName getQname()
getQname in interface AVMStorePropertypublic void setQname(org.alfresco.service.namespace.QName qname)
setQname in interface AVMStorePropertyqname - the store property QNamepublic AVMStore getStore()
getStore in interface AVMStorePropertypublic void setStore(AVMStore store)
setStore in interface AVMStorePropertystore - The AVMStore.public PropertyValue getValue()
getValue in interface AVMStorePropertypublic void setValue(PropertyValue value)
setValue in interface AVMStorePropertyvalue - The PropertyValue to set.protected void setId(Long id)
id - The primary key.protected Long getId()
Copyright © 2005–2014 Alfresco Software. All rights reserved.