public class TestSetInfo extends IdEntityInfo implements Serializable, CluSet
| Constructor and Description |
|---|
TestSetInfo() |
TestSetInfo(CluSet cluSet) |
| 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<String> |
getCluIds()
List of identifiers of directly contained CLUs.
|
List<String> |
getCluSetIds()
List of identifiers of directly contained CLU Sets.
|
String |
getContainsSet() |
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 ReqComponets and other
entities.
|
Boolean |
getIsReusable()
Flags if the Clu Set is reusable or was created for one time use for e.g.
|
String |
getLongName() |
MembershipQueryInfo |
getMembershipQuery()
Specifies a search for CLU identifiers.
|
void |
setAdminOrg(String adminOrg) |
void |
setCluIds(List<String> cluIds) |
void |
setCluSetIds(List<String> cluSetIds) |
void |
setContainsSet(String containsSet) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setIsReferenceable(Boolean isReferenceable) |
void |
setIsReusable(Boolean isReusable) |
void |
setLongName(String longName) |
void |
setMembershipQuery(MembershipQueryInfo membershipQuery) |
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 TestSetInfo()
public TestSetInfo(CluSet cluSet)
public List<String> getCluSetIds()
CluSetgetCluSetIds in interface CluSetpublic void setCluSetIds(List<String> cluSetIds)
public List<String> getCluIds()
CluSetpublic MembershipQueryInfo getMembershipQuery()
CluSetgetMembershipQuery in interface CluSetpublic void setMembershipQuery(MembershipQueryInfo membershipQuery)
public String getAdminOrg()
CluSetgetAdminOrg in interface CluSetpublic void setAdminOrg(String adminOrg)
public Boolean getIsReusable()
CluSetgetIsReusable in interface CluSetpublic void setIsReusable(Boolean isReusable)
public Boolean getIsReferenceable()
CluSetgetIsReferenceable in interface CluSetpublic void setIsReferenceable(Boolean isReferenceable)
public Date getEffectiveDate()
HasEffectiveDatesgetEffectiveDate in interface HasEffectiveDatespublic void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDatesgetExpirationDate in interface HasEffectiveDatespublic void setExpirationDate(Date expirationDate)
public String getLongName()
public void setLongName(String longName)
public String getContainsSet()
public void setContainsSet(String containsSet)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.