public class NodePropertyKey extends Object implements Serializable, Comparable<NodePropertyKey>
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(Object obj) |
Integer |
getListIndex() |
Long |
getLocaleId() |
Long |
getQnameId() |
int |
hashCode() |
void |
setListIndex(Integer listIndex) |
void |
setLocaleId(Long localeId) |
void |
setQnameId(Long qnameId) |
String |
toString() |
public int compareTo(NodePropertyKey that)
compareTo
in interface Comparable<NodePropertyKey>
public Long getQnameId()
public void setQnameId(Long qnameId)
public Long getLocaleId()
public void setLocaleId(Long localeId)
public Integer getListIndex()
public void setListIndex(Integer listIndex)
Copyright © 2005–2017 Alfresco Software. All rights reserved.