Class NodePropertyKey

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<NodePropertyKey>

    public class NodePropertyKey
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<NodePropertyKey>
    Compound key for persistence of Node
    Since:
    3.4
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Detail

      • NodePropertyKey

        public NodePropertyKey()
    • Method Detail

      • 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<NodePropertyKey>
      • 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)