|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.lum.lu.dto.CluPublicationInfo
public class CluPublicationInfo
Detailed information about publishing a clu.
| Constructor Summary | |
|---|---|
CluPublicationInfo()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
String |
getCluId()
The identifier for the canonical learning unit which is described by this publication information. |
Date |
getEffectiveDate()
Date and time that this LU publication type became effective. |
String |
getEndCycle()
The end academic time period for when the CLU should be published in this type of usage. |
Date |
getExpirationDate()
Date and time that this LU publication type expires. |
String |
getId()
Identifier for the publishing information. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getStartCycle()
The start academic time period for when the CLU should be published in this type of usage. |
String |
getState()
Current state of the information for this publication type. |
String |
getType()
Type of publication for which this information should be used. |
List<FieldInfo> |
getVariants()
Fields in cluInfo whose values are overridden as part of this publication. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setCluId(String cluId)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setEndCycle(String endCycle)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setStartCycle(String startCycle)
|
void |
setState(String state)
|
void |
setType(String type)
|
void |
setVariants(List<FieldInfo> variants)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CluPublicationInfo()
| Method Detail |
|---|
public String getCluId()
public void setCluId(String cluId)
public List<FieldInfo> getVariants()
public void setVariants(List<FieldInfo> variants)
public String getStartCycle()
public void setStartCycle(String startCycle)
public String getEndCycle()
public void setEndCycle(String endCycle)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes in interface HasAttributespublic void setAttributes(Map<String,String> attributes)
setAttributes in interface HasAttributespublic MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType in interface HasTypeStatepublic void setType(String type)
setType in interface HasTypeStatepublic String getState()
getState in interface HasTypeStatepublic void setState(String state)
setState in interface HasTypeStatepublic String getId()
getId in interface Idablepublic void setId(String id)
setId in interface Idablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||