public class QualifierHierarchyData extends Object implements Serializable
| Constructor and Description |
|---|
QualifierHierarchyData() |
QualifierHierarchyData(QualifierData child,
QualifierData parent) |
QualifierHierarchyData(String childId,
String parentId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object qualifierHierarchy) |
QualifierData |
getChild() |
long |
getChildId() |
QualifierData |
getCParent() |
Integer |
getLockId() |
long |
getParentId() |
Long |
getSurrogateKey() |
int |
hashCode() |
void |
setChildId(long childId) |
void |
setLockId(Integer lockId) |
void |
setParentId(long parentId) |
void |
setSurrogateKey(Long surrogateKey) |
public QualifierHierarchyData()
public QualifierHierarchyData(QualifierData child, QualifierData parent)
public long getChildId()
public void setChildId(long childId)
public long getParentId()
public void setParentId(long parentId)
public QualifierData getChild()
public QualifierData getCParent()
public final Integer getLockId()
public final void setLockId(Integer lockId)
lockId - The lockId to set.public final Long getSurrogateKey()
public final void setSurrogateKey(Long surrogateKey)
surrogateKey - The surrogateKey to set.Copyright © 2005-2014 Sakai Project. All Rights Reserved.