public class AVMStorePropertyImpl extends java.lang.Object implements AVMStoreProperty, java.io.Serializable
| Constructor and Description |
|---|
AVMStorePropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
protected java.lang.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(java.lang.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(java.lang.Long id)
id - The primary key.protected java.lang.Long getId()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.