|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.AVMStorePropertyImpl
public class AVMStorePropertyImpl
Simple bean to hold properties attached to AVMStores.
Constructor Summary | |
---|---|
AVMStorePropertyImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AVMStorePropertyImpl()
Method Detail |
---|
public org.alfresco.service.namespace.QName getQname()
getQname
in interface AVMStoreProperty
public void setQname(org.alfresco.service.namespace.QName qname)
setQname
in interface AVMStoreProperty
qname
- the store property QNamepublic AVMStore getStore()
getStore
in interface AVMStoreProperty
public void setStore(AVMStore store)
setStore
in interface AVMStoreProperty
store
- The AVMStore.public PropertyValue getValue()
getValue
in interface AVMStoreProperty
public void setValue(PropertyValue value)
setValue
in interface AVMStoreProperty
value
- 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.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |