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, 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 TestSetInfo()
public TestSetInfo(CluSet cluSet)
public List<String> getCluSetIds()
CluSet
getCluSetIds
in interface CluSet
public void setCluSetIds(List<String> cluSetIds)
public List<String> getCluIds()
CluSet
public MembershipQueryInfo getMembershipQuery()
CluSet
getMembershipQuery
in interface CluSet
public void setMembershipQuery(MembershipQueryInfo membershipQuery)
public String getAdminOrg()
CluSet
getAdminOrg
in interface CluSet
public void setAdminOrg(String adminOrg)
public Boolean getIsReusable()
CluSet
getIsReusable
in interface CluSet
public void setIsReusable(Boolean isReusable)
public Boolean getIsReferenceable()
CluSet
getIsReferenceable
in interface CluSet
public void setIsReferenceable(Boolean isReferenceable)
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)
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.