org.alfresco.repo.domain.avm
Class AVMNodePropertyEntity

java.lang.Object
  extended by org.alfresco.repo.domain.PropertyValue
      extended by org.alfresco.repo.domain.avm.AVMNodePropertyEntity
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class AVMNodePropertyEntity
extends PropertyValue

Entity bean for avm_node_properties table.

Since:
3.2
See Also:
Serialized Form

Constructor Summary
AVMNodePropertyEntity()
           
AVMNodePropertyEntity(long nodeId, java.lang.Long qnameId, PropertyValue value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getNodeId()
           
 java.lang.Long getQnameId()
           
 int hashCode()
           
 void setNodeId(java.lang.Long nodeId)
           
 void setQnameId(java.lang.Long qnameId)
           
 
Methods inherited from class org.alfresco.repo.domain.PropertyValue
clone, convertToTypeOrdinal, getActualType, getActualTypeString, getBooleanValue, getCollection, getDoubleValue, getFloatValue, getLongValue, getPersistedType, getSerializableValue, getStringValue, getValue, isMultiValued, setActualType, setBooleanValue, setDoubleValue, setFloatValue, setLongValue, setMultiValued, setPersistedType, setPersistedValue, setSerializableValue, setStringValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AVMNodePropertyEntity

public AVMNodePropertyEntity()

AVMNodePropertyEntity

public AVMNodePropertyEntity(long nodeId,
                             java.lang.Long qnameId,
                             PropertyValue value)
Method Detail

getNodeId

public java.lang.Long getNodeId()

setNodeId

public void setNodeId(java.lang.Long nodeId)

getQnameId

public java.lang.Long getQnameId()

setQnameId

public void setQnameId(java.lang.Long qnameId)

hashCode

public int hashCode()
Overrides:
hashCode in class PropertyValue

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class PropertyValue


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