public class OleFixedDateTimeSpan extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OleFixedDateTimeSpan() |
Modifier and Type | Method and Description |
---|---|
Date |
getFixedDueDate() |
String |
getFixedDueDateId() |
Date |
getFromDueDate() |
String |
getOleFixedDateTimeSpanId() |
OleFixedDueDate |
getOleFixedDueDate() |
String |
getTimeSpan() |
Date |
getToDueDate() |
void |
setFixedDueDate(Date fixedDueDate) |
void |
setFixedDueDateId(String fixedDueDateId) |
void |
setFromDueDate(Date fromDueDate) |
void |
setOleFixedDateTimeSpanId(String oleFixedDateTimeSpanId) |
void |
setOleFixedDueDate(OleFixedDueDate oleFixedDueDate) |
void |
setTimeSpan(String timeSpan) |
void |
setToDueDate(Date toDueDate) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public OleFixedDateTimeSpan()
public OleFixedDueDate getOleFixedDueDate()
public void setOleFixedDueDate(OleFixedDueDate oleFixedDueDate)
public String getFixedDueDateId()
public void setFixedDueDateId(String fixedDueDateId)
public String getOleFixedDateTimeSpanId()
public void setOleFixedDateTimeSpanId(String oleFixedDateTimeSpanId)
public Date getFixedDueDate()
public void setFixedDueDate(Date fixedDueDate)
public Date getFromDueDate()
public void setFromDueDate(Date fromDueDate)
public Date getToDueDate()
public void setToDueDate(Date toDueDate)
public String getTimeSpan()
public void setTimeSpan(String timeSpan)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.