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, setIdgetDescr, getName, setDescr, setNamegetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic CluSetTreeViewInfo()
public CluSetTreeViewInfo(CluSetTreeView cluSetTreeView)
public String getAdminOrg()
CluSetTreeViewgetAdminOrg in interface CluSetTreeViewpublic void setAdminOrg(String adminOrg)
public Boolean getIsReusable()
CluSetTreeViewgetIsReusable in interface CluSetTreeViewpublic void setIsReusable(Boolean isReusable)
public Boolean getIsReferenceable()
CluSetTreeViewgetIsReferenceable in interface CluSetTreeViewpublic void setIsReferenceable(Boolean isReferenceable)
public List<CluSetTreeViewInfo> getCluSets()
CluSetTreeViewgetCluSets in interface CluSetTreeViewpublic void setCluSets(List<CluSetTreeViewInfo> cluSets)
public List<CluInfo> getClus()
CluSetTreeViewgetClus in interface CluSetTreeViewpublic Date getEffectiveDate()
HasEffectiveDatesgetEffectiveDate in interface HasEffectiveDatespublic void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDatesgetExpirationDate in interface HasEffectiveDatespublic void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.