|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyDate
Information about a key date. A key date may represent a single point in time or a range depending on the value of isDateRange().
Method Summary | |
---|---|
Date |
getEndDate()
The end date and time of the key date. |
Boolean |
getIsAllDay()
Tests if this key date is an all day event. |
Boolean |
getIsDateRange()
Tests if this key date has a date range. |
Boolean |
getIsRelativeToKeyDate()
Tests if this KeyDate is relative to another KeyDate. |
String |
getRelativeAnchorKeyDateId()
Gets the anchor KeyDate to which this KeyDate is relative. |
Date |
getStartDate()
The start date and time of the key date. |
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
---|
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.Entity |
---|
getDescr, getName |
Methods inherited from interface org.kuali.student.r2.common.infc.HasType |
---|
getType, getTypeKey |
Methods inherited from interface org.kuali.student.r2.common.infc.HasState |
---|
getState, getStateKey |
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes |
---|
getAttributes |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
---|
getMeta |
Method Detail |
---|
Boolean getIsAllDay()
Boolean getIsRelativeToKeyDate()
String getRelativeAnchorKeyDateId()
Boolean getIsDateRange()
Date getStartDate()
Date getEndDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |