org.alfresco.repo.avm
Interface AVMStoreProperty

All Known Implementing Classes:
AVMStorePropertyImpl

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

setStore

void setStore(AVMStore store)
Set the AVMStore.

Parameters:
store - The AVMStore to set.

getStore

AVMStore getStore()
Get the AVMStore.

Returns:
The AVMStore this property belongs to.

setQname

void setQname(org.alfresco.service.namespace.QName qname)
Set the property type.

Parameters:
qname - the store property QName

getQname

org.alfresco.service.namespace.QName getQname()
Get the property type.

Returns:
returns the store property QName

setValue

void setValue(PropertyValue value)
Set the actual property value.

Parameters:
value - The PropertyValue to set.

getValue

PropertyValue getValue()
Get the actual property value.

Returns:
The actual PropertyValue.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.