|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.fpml.FpMLValidator.RegularPeriod
public static class FpMLValidator.RegularPeriod
A representation of a time period.
Constructor Summary | |
---|---|
FpMLValidator.RegularPeriod(ISO8601Date startDate,
ISO8601Date endDate)
Creates a new instance with the specified start and end dates. |
Method Summary | |
---|---|
ISO8601Date |
getEndDate()
Returns the end date. |
ISO8601Date |
getStartDate()
Returns the start date. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FpMLValidator.RegularPeriod(ISO8601Date startDate, ISO8601Date endDate)
startDate
- The start date.endDate
- The end date.Method Detail |
---|
public ISO8601Date getStartDate()
public ISO8601Date getEndDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |