org.alfresco.repo.avm
Interface AVMNodeProperty


public interface AVMNodeProperty

Alfresco Properties for AVM..


Method Summary
 QName getName()
          Get the name for this property.
 AVMNode getNode()
          Get the node that owns this property.
 PropertyValue getValue()
          Get the actual property value.
 void setName(QName id)
          Set the name for the property.
 void setNode(AVMNode node)
          Set the node that owns this property.
 void setValue(PropertyValue value)
          Set the value of this property.
 

Method Detail

setNode

void setNode(AVMNode node)
Set the node that owns this property.

Parameters:
node - The AVMNode.

getNode

AVMNode getNode()
Get the node that owns this property.

Returns:
An AVMNode.

getName

QName getName()
Get the name for this property.

Returns:
A QName.

setName

void setName(QName id)
Set the name for the property.

Parameters:
id - A QName.

getValue

PropertyValue getValue()
Get the actual property value.

Returns:
A PropertyValue.

setValue

void setValue(PropertyValue value)
Set the value of this property.

Parameters:
value - A PropertyValue.


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