public class CluPublicationInfo extends IdNamelessEntityInfo implements Serializable, CluPublication
| Constructor and Description |
|---|
CluPublicationInfo() |
CluPublicationInfo(CluPublication cluPublication) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluId()
The identifier for the canonical learning unit which is described by this
publication information.
|
Date |
getEffectiveDate()
Date/time this object became effective.
|
String |
getEndCycle()
The end academic time period for when the CLU should be published in this
type of usage.
|
Date |
getExpirationDate()
Date/time this relationship is no longer effective.
|
String |
getStartCycle()
The start academic time period for when the CLU should be published in
this type of usage.
|
List<FieldInfo> |
getVariants()
Fields in cluInfo whose values are overridden as part of this
publication.
|
void |
setCluId(String cluId) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setEndCycle(String endCycle) |
void |
setExpirationDate(Date expirationDate) |
void |
setStartCycle(String startCycle) |
void |
setVariants(List<FieldInfo> variants) |
String |
toString() |
getId, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic CluPublicationInfo()
public CluPublicationInfo(CluPublication cluPublication)
public String getCluId()
CluPublicationgetCluId in interface CluPublicationpublic List<FieldInfo> getVariants()
CluPublicationgetVariants in interface CluPublicationpublic void setVariants(List<FieldInfo> variants)
public String getStartCycle()
CluPublicationgetStartCycle in interface CluPublicationpublic void setStartCycle(String startCycle)
public String getEndCycle()
CluPublicationgetEndCycle in interface CluPublicationpublic void setEndCycle(String endCycle)
public 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.