Class QualifierHierarchyData
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.authz.QualifierHierarchyData
-
- All Implemented Interfaces:
Serializable
public class QualifierHierarchyData extends Object implements Serializable
DOCUMENTATION PENDING- Version:
- $Id$
- Author:
- $author$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QualifierHierarchyData()QualifierHierarchyData(String childId, String parentId)QualifierHierarchyData(QualifierData child, QualifierData parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object qualifierHierarchy)QualifierDatagetChild()longgetChildId()QualifierDatagetCParent()IntegergetLockId()longgetParentId()LonggetSurrogateKey()inthashCode()voidsetChildId(long childId)voidsetLockId(Integer lockId)voidsetParentId(long parentId)voidsetSurrogateKey(Long surrogateKey)
-
-
-
Constructor Detail
-
QualifierHierarchyData
public QualifierHierarchyData()
-
QualifierHierarchyData
public QualifierHierarchyData(QualifierData child, QualifierData parent)
-
-
Method Detail
-
getChildId
public long getChildId()
-
setChildId
public void setChildId(long childId)
-
getParentId
public long getParentId()
-
setParentId
public void setParentId(long parentId)
-
getChild
public QualifierData getChild()
-
getCParent
public QualifierData getCParent()
-
getLockId
public final Integer getLockId()
- Returns:
- Returns the lockId.
-
setLockId
public final void setLockId(Integer lockId)
- Parameters:
lockId- The lockId to set.
-
getSurrogateKey
public final Long getSurrogateKey()
- Returns:
- Returns the surrogateKey.
-
setSurrogateKey
public final void setSurrogateKey(Long surrogateKey)
- Parameters:
surrogateKey- The surrogateKey to set.
-
-