org.alfresco.repo.domain
Class PropertyMapKey
java.lang.Object
org.alfresco.repo.domain.PropertyMapKey
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class PropertyMapKey
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable
Compound key for persistence of Node
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PropertyMapKey
public PropertyMapKey()
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(PropertyMapKey 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.