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, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public CluPublicationInfo()
public CluPublicationInfo(CluPublication cluPublication)
public String getCluId()
CluPublication
getCluId
in interface CluPublication
public List<FieldInfo> getVariants()
CluPublication
getVariants
in interface CluPublication
public void setVariants(List<FieldInfo> variants)
public String getStartCycle()
CluPublication
getStartCycle
in interface CluPublication
public void setStartCycle(String startCycle)
public String getEndCycle()
CluPublication
getEndCycle
in interface CluPublication
public void setEndCycle(String endCycle)
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)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.