Package org.alfresco.repo.domain.node
Class NodePropertyKey
- java.lang.Object
-
- org.alfresco.repo.domain.node.NodePropertyKey
-
- All Implemented Interfaces:
Serializable,Comparable<NodePropertyKey>
public class NodePropertyKey extends Object implements Serializable, Comparable<NodePropertyKey>
Compound key for persistence ofNode- Since:
- 3.4
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodePropertyKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(NodePropertyKey that)throws ClassCastException if the object is not of the correct typebooleanequals(Object obj)IntegergetListIndex()LonggetLocaleId()LonggetQnameId()inthashCode()voidsetListIndex(Integer listIndex)voidsetLocaleId(Long localeId)voidsetQnameId(Long qnameId)StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(NodePropertyKey that)
throws ClassCastException if the object is not of the correct type- Specified by:
compareToin interfaceComparable<NodePropertyKey>
-
getQnameId
public Long getQnameId()
-
setQnameId
public void setQnameId(Long qnameId)
-
getLocaleId
public Long getLocaleId()
-
setLocaleId
public void setLocaleId(Long localeId)
-
getListIndex
public Integer getListIndex()
-
setListIndex
public void setListIndex(Integer listIndex)
-
-