org.alfresco.repo.domain.node
Class NodePropertyKey

java.lang.Object
  extended by 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

Constructor Summary
NodePropertyKey()
           
 
Method Summary
 int compareTo(NodePropertyKey that)
          throws ClassCastException if the object is not of the correct type
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getListIndex()
           
 java.lang.Long getLocaleId()
           
 java.lang.Long getQnameId()
           
 int hashCode()
           
 void setListIndex(java.lang.Integer listIndex)
           
 void setLocaleId(java.lang.Long localeId)
           
 void setQnameId(java.lang.Long qnameId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

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.