org.alfresco.repo.domain.avm
Class AVMNodePropertyEntity
java.lang.Object
org.alfresco.repo.domain.PropertyValue
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
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 |
AVMNodePropertyEntity
public AVMNodePropertyEntity()
AVMNodePropertyEntity
public AVMNodePropertyEntity(long nodeId,
java.lang.Long qnameId,
PropertyValue value)
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.