Package org.alfresco.repo.domain.node
Class NodePropertyKey
java.lang.Object
org.alfresco.repo.domain.node.NodePropertyKey
- All Implemented Interfaces:
Serializable,Comparable<NodePropertyKey>
Compound key for persistence of
Node- Since:
- 3.4
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(NodePropertyKey that) throws ClassCastException if the object is not of the correct typebooleaninthashCode()voidsetListIndex(Integer listIndex) voidsetLocaleId(Long localeId) voidsetQnameId(Long qnameId) toString()
-
Constructor Details
-
NodePropertyKey
public NodePropertyKey()
-
-
Method Details
-
toString
-
hashCode
public int hashCode() -
equals
-
compareTo
throws ClassCastException if the object is not of the correct type- Specified by:
compareToin interfaceComparable<NodePropertyKey>
-
getQnameId
-
setQnameId
-
getLocaleId
-
setLocaleId
-
getListIndex
-
setListIndex
-