org.kuali.student.core.atp.bo
Class Milestone
java.lang.Object
org.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.Milestone
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableBusinessObject, KsBusinessObject, KsMetaBusinessObject, KsTypeStateBusinessObject
public class Milestone
- extends KsTypeStateBusinessObjectBase
- See Also:
- Serialized Form
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.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 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.apache.ojb.broker.PersistenceBrokerAware |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
atpId
private String atpId
atp
private Atp atp
type
private MilestoneType type
milestoneDate
private Date milestoneDate
descriptionId
private String descriptionId
description
private AtpRichText description
Milestone
public Milestone()
getAtp
public Atp getAtp()
setAtp
public void setAtp(Atp atp)
getMilestoneDate
public Date getMilestoneDate()
setMilestoneDate
public void setMilestoneDate(Date milestoneDate)
getAtpId
public String getAtpId()
setAtpId
public void setAtpId(String atpId)
getType
public MilestoneType getType()
setType
public void setType(MilestoneType type)
getDescriptionId
public String getDescriptionId()
setDescriptionId
public void setDescriptionId(String descriptionId)
getDescription
public AtpRichText getDescription()
setDescription
public void setDescription(AtpRichText description)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.