|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InactivatableFromTo
Business objects that have effective dating (from to dates) should implement this interface. This
translates the effective dates in terms of active/inactive status so the features built for
MutableInactivatable in the frameworks can be taken advantage of
| Method Summary | |
|---|---|
Timestamp |
getActiveAsOfDate()
Gets the date for which the record is being compared to in determining active/inactive |
Timestamp |
getActiveFromDate()
Gets the date for which the record become active |
Timestamp |
getActiveToDate()
Gets the date for which the record become inactive |
void |
setActiveAsOfDate(Timestamp activeAsOfDate)
Sets the date for which the record should be compared to in determining active/inactive, if not set then the current date will be used |
void |
setActiveFromDate(Timestamp from)
Sets the date for which record will be active |
void |
setActiveToDate(Timestamp to)
Sets the date for which record will be active to |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable |
|---|
setActive |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
|---|
isActive |
| Method Detail |
|---|
void setActiveFromDate(Timestamp from)
from - - Timestamp value to setTimestamp getActiveFromDate()
void setActiveToDate(Timestamp to)
from - - Timestamp value to setTimestamp getActiveToDate()
Timestamp getActiveAsOfDate()
void setActiveAsOfDate(Timestamp activeAsOfDate)
activeAsOfDate - - Timestamp value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||