Class Short.SAT
java.lang.Object
com.walkfares.calendar.period.type.Short.SAT
- All Implemented Interfaces:
 FixedPeriodCode,PeriodCode,Comparable<PeriodCode>
- Enclosing class:
 - Short
 
public static class Short.SAT extends Object implements FixedPeriodCode, PeriodCode
- 
Constructor Summary
Constructors Constructor Description SAT() - 
Method Summary
Modifier and Type Method Description StringgetCode()UTCDategetEnd(CurveDate curveDate)UTCDategetExpiry(CurveDate curveDate)UTCDategetStart(CurveDate curveDate)PeriodCodeTypegetType()booleanisRelative()booleanisRelativeOnly()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.walkfares.calendar.period.PeriodCode
compareTo, getHashCode, getType, isFinancial, isFixed, isHybrid, isValid 
- 
Constructor Details
- 
SAT
public SAT() 
 - 
 - 
Method Details
- 
getStart
- Specified by:
 getStartin interfaceFixedPeriodCode
 - 
getEnd
- Specified by:
 getEndin interfaceFixedPeriodCode
 - 
getExpiry
- Specified by:
 getExpiryin interfaceFixedPeriodCode
 - 
getCode
- Specified by:
 getCodein interfacePeriodCode
 - 
getType
- Specified by:
 getTypein interfacePeriodCode
 - 
isRelative
public boolean isRelative()- Specified by:
 isRelativein interfacePeriodCode
 - 
isRelativeOnly
public boolean isRelativeOnly()- Specified by:
 isRelativeOnlyin interfacePeriodCode
 
 -