public interface AVMStoreProperty
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.