public class NodePropertyKey
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable
org.alfresco.repo.domain.Node| Constructor and Description |
|---|
NodePropertyKey() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int compareTo(NodePropertyKey that)
compareTo in interface java.lang.Comparablepublic java.lang.Long getQnameId()
public void setQnameId(java.lang.Long qnameId)
public java.lang.Long getLocaleId()
public void setLocaleId(java.lang.Long localeId)
public java.lang.Integer getListIndex()
public void setListIndex(java.lang.Integer listIndex)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.