public class CluSetTreeViewInfo extends IdEntityInfo implements CluSetTreeView, Serializable
Constructor and Description |
---|
CluSetTreeViewInfo() |
CluSetTreeViewInfo(CluSetTreeView cluSetTreeView) |
Modifier and Type | Method and Description |
---|---|
String |
getAdminOrg()
Information about an organization acting in administrative capacity for a
learning unit.The Organization responsible for this cluset
|
List<CluInfo> |
getClus()
List of directly contained CLUs.
|
List<CluSetTreeViewInfo> |
getCluSets()
List of of directly contained CLU Sets.
|
Date |
getEffectiveDate()
Date/time this object became effective.
|
Date |
getExpirationDate()
Date/time this relationship is no longer effective.
|
Boolean |
getIsReferenceable()
Flags set to true if CluSet can be referenced by ReqComponents and other
entities.
|
Boolean |
getIsReusable()
Flags if the Clu Set is reusable or was created for one time use for e.g.
|
void |
setAdminOrg(String adminOrg) |
void |
setClus(List<CluInfo> clus) |
void |
setCluSets(List<CluSetTreeViewInfo> cluSets) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setIsReferenceable(Boolean isReferenceable) |
void |
setIsReusable(Boolean isReusable) |
getId, setId
getDescr, getName, setDescr, setName
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public CluSetTreeViewInfo()
public CluSetTreeViewInfo(CluSetTreeView cluSetTreeView)
public String getAdminOrg()
CluSetTreeView
getAdminOrg
in interface CluSetTreeView
public void setAdminOrg(String adminOrg)
public Boolean getIsReusable()
CluSetTreeView
getIsReusable
in interface CluSetTreeView
public void setIsReusable(Boolean isReusable)
public Boolean getIsReferenceable()
CluSetTreeView
getIsReferenceable
in interface CluSetTreeView
public void setIsReferenceable(Boolean isReferenceable)
public List<CluSetTreeViewInfo> getCluSets()
CluSetTreeView
getCluSets
in interface CluSetTreeView
public void setCluSets(List<CluSetTreeViewInfo> cluSets)
public List<CluInfo> getClus()
CluSetTreeView
getClus
in interface CluSetTreeView
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
public void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.