|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lu.dto.CluSetTreeViewInfo
public class CluSetTreeViewInfo
Detailed information about a single CLU Set.
Field Summary | |
---|---|
private String |
adminOrg
|
private Map<String,String> |
attributes
|
private List<CluInfo> |
clus
|
private List<CluSetTreeViewInfo> |
cluSets
|
private RichTextInfo |
descr
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private Boolean |
isReferenceable
|
private Boolean |
isReusable
|
private MetaInfo |
metaInfo
|
private String |
name
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
Constructor Summary | |
---|---|
CluSetTreeViewInfo()
|
Method Summary | |
---|---|
String |
getAdminOrg()
|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
List<CluInfo> |
getClus()
|
List<CluSetTreeViewInfo> |
getCluSets()
|
RichTextInfo |
getDescr()
Narrative description of the CLU Set. |
Date |
getEffectiveDate()
Date and time that this CLU Set became effective. |
Date |
getExpirationDate()
Date and time that this CLU Set expires. |
String |
getId()
Unique identifier for a CLU Set. |
Boolean |
getIsReferenceable()
|
Boolean |
getIsReusable()
|
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getName()
Friendly name of the CLU Set. |
String |
getState()
|
String |
getType()
Gets the clu set type. |
void |
setAdminOrg(String adminOrg)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setClus(List<CluInfo> clus)
|
void |
setCluSets(List<CluSetTreeViewInfo> cluSets)
|
void |
setDescr(RichTextInfo descr)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setIsReferenceable(Boolean isReferenceable)
|
void |
setIsReusable(Boolean isReusable)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setName(String name)
|
void |
setState(String state)
|
void |
setType(String type)
Sets the clu set type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String name
private RichTextInfo descr
private Date effectiveDate
private Date expirationDate
private String adminOrg
private Boolean isReusable
private Boolean isReferenceable
private List<CluSetTreeViewInfo> cluSets
private List<CluInfo> clus
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
Constructor Detail |
---|
public CluSetTreeViewInfo()
Method Detail |
---|
public String getName()
public void setName(String name)
public RichTextInfo getDescr()
public void setDescr(RichTextInfo descr)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
public String getType()
public void setType(String type)
type
- Clu set typepublic String getState()
public void setState(String state)
public String getAdminOrg()
public void setAdminOrg(String adminOrg)
public Boolean getIsReusable()
public void setIsReusable(Boolean isReusable)
public Boolean getIsReferenceable()
public void setIsReferenceable(Boolean isReferenceable)
public List<CluSetTreeViewInfo> getCluSets()
public void setCluSets(List<CluSetTreeViewInfo> cluSets)
public List<CluInfo> getClus()
public void setClus(List<CluInfo> clus)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |