org.alfresco.repo.domain.node
Class NodePropertyKey
java.lang.Object
org.alfresco.repo.domain.node.NodePropertyKey
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class NodePropertyKey
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable
Compound key for persistence of org.alfresco.repo.domain.Node
- Since:
- 3.4
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NodePropertyKey
public NodePropertyKey()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
compareTo
public int compareTo(NodePropertyKey that)
- throws ClassCastException if the object is not of the correct type
- Specified by:
compareTo
in interface java.lang.Comparable
getQnameId
public java.lang.Long getQnameId()
setQnameId
public void setQnameId(java.lang.Long qnameId)
getLocaleId
public java.lang.Long getLocaleId()
setLocaleId
public void setLocaleId(java.lang.Long localeId)
getListIndex
public java.lang.Integer getListIndex()
setListIndex
public void setListIndex(java.lang.Integer listIndex)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.