org.alfresco.repo.avm
Interface AVMStoreProperty


public interface AVMStoreProperty

Arbitrary properties associated with AVMStores.


Method Summary
 QNameEntity getName()
          Get the name of this property.
 AVMStore getStore()
          Get the AVMStore.
 PropertyValue getValue()
          Get the actual property value.
 void setName(QNameEntity qnameEntity)
          Set the name of the property.
 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.

setName

void setName(QNameEntity qnameEntity)
Set the name of the property.

Parameters:
qnameEntity - The QNameEntity for the property.

getName

QNameEntity getName()
Get the name of this property.

Returns:
The QNameEntity of this property.

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 - 2008 Alfresco Software, Inc. All Rights Reserved.