|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AVMStoreProperty
Arbitrary properties associated with AVMStores.
Method Summary | |
---|---|
org.alfresco.service.namespace.QName |
getQname()
Get the property type. |
AVMStore |
getStore()
Get the AVMStore. |
PropertyValue |
getValue()
Get the actual property value. |
void |
setQname(org.alfresco.service.namespace.QName qname)
Set the property type. |
void |
setStore(AVMStore store)
Set the AVMStore. |
void |
setValue(PropertyValue value)
Set the actual property value. |
Method Detail |
---|
void setStore(AVMStore store)
store
- The AVMStore to set.AVMStore getStore()
void setQname(org.alfresco.service.namespace.QName qname)
qname
- the store property QNameorg.alfresco.service.namespace.QName getQname()
void setValue(PropertyValue value)
value
- The PropertyValue to set.PropertyValue getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |