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 of Node
Since:
3.4
Author:
Derek Hulley
See Also:
  • Constructor Details

    • NodePropertyKey

      public NodePropertyKey()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • compareTo

      public int compareTo(NodePropertyKey that)
      throws ClassCastException if the object is not of the correct type
      Specified by:
      compareTo in interface Comparable<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)