org.kuali.student.core.atp.bo
Class DateRange

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.student.core.bo.KsBusinessObjectBase
              extended by org.kuali.student.core.bo.KsMetaBusinessObjectBase
                  extended by org.kuali.student.core.bo.KsTypeStateBusinessObjectBase
                      extended by org.kuali.student.core.atp.bo.DateRange
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableBusinessObject, KsBusinessObject, KsMetaBusinessObject, KsTypeStateBusinessObject

public class DateRange
extends KsTypeStateBusinessObjectBase

See Also:
Serialized Form

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, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, 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, refreshNonUpdateableReferences, refreshReferenceObject, 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

atpId

private String atpId

atp

private Atp atp

type

private DateRangeType type

startDate

private Date startDate

endDate

private Date endDate

descriptionId

private String descriptionId

description

private AtpRichText description
Constructor Detail

DateRange

public DateRange()
Method Detail

getAtp

public Atp getAtp()

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

getEndDate

public Date getEndDate()

setEndDate

public void setEndDate(Date endDate)

getAtpId

public String getAtpId()

setAtpId

public void setAtpId(String atpId)

setAtp

public void setAtp(Atp atp)

getType

public DateRangeType getType()

setType

public void setType(DateRangeType type)

getDescriptionId

public String getDescriptionId()

setDescriptionId

public void setDescriptionId(String descriptionId)

getDescription

public AtpRichText getDescription()

setDescription

public void setDescription(AtpRichText description)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.