|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.student.core.bo.KsBusinessObjectBase
org.kuali.student.core.bo.KsMetaBusinessObjectBase
org.kuali.student.core.bo.KsTypeStateBusinessObjectBase
org.kuali.student.core.atp.bo.DateRange
public class DateRange
Field Summary | |
---|---|
private Atp |
atp
|
private String |
atpId
|
private AtpRichText |
description
|
private String |
descriptionId
|
private Date |
endDate
|
private static long |
serialVersionUID
|
private Date |
startDate
|
private DateRangeType |
type
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
DateRange()
|
Method Summary | |
---|---|
Atp |
getAtp()
|
String |
getAtpId()
|
AtpRichText |
getDescription()
|
String |
getDescriptionId()
|
Date |
getEndDate()
|
Date |
getStartDate()
|
DateRangeType |
getType()
|
void |
setAtp(Atp atp)
|
void |
setAtpId(String atpId)
|
void |
setDescription(AtpRichText description)
|
void |
setDescriptionId(String descriptionId)
|
void |
setEndDate(Date endDate)
|
void |
setStartDate(Date startDate)
|
void |
setType(DateRangeType type)
|
Methods inherited from class org.kuali.student.core.bo.KsTypeStateBusinessObjectBase |
---|
getName, getState, getTypeId, setName, setState, setTypeId |
Methods inherited from class org.kuali.student.core.bo.KsMetaBusinessObjectBase |
---|
beforeInsert, beforeUpdate, getCreateDate, getCreateId, getMeta, getUpdateDate, getUpdateId, setCreateDate, setCreateId, setMeta, setUpdateDate, setUpdateId |
Methods inherited from class org.kuali.student.core.bo.KsBusinessObjectBase |
---|
getId, setId, toStringMapper |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentFile, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, populateAttachmentForBO, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.student.core.bo.KsMetaBusinessObject |
---|
getCreateDate, getCreateId, getMeta, getUpdateDate, getUpdateId, setCreateDate, setCreateId, setMeta, setUpdateDate, setUpdateId |
Methods inherited from interface org.kuali.student.core.bo.KsBusinessObject |
---|
getId, setId |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, populateAttachmentForBO, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Field Detail |
---|
private static final long serialVersionUID
private String atpId
private Atp atp
private DateRangeType type
private Date startDate
private Date endDate
private String descriptionId
private AtpRichText description
Constructor Detail |
---|
public DateRange()
Method Detail |
---|
public Atp getAtp()
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getAtpId()
public void setAtpId(String atpId)
public void setAtp(Atp atp)
public DateRangeType getType()
public void setType(DateRangeType type)
public String getDescriptionId()
public void setDescriptionId(String descriptionId)
public AtpRichText getDescription()
public void setDescription(AtpRichText description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |