Package com.caplin.motif.mm.calendar
Class StartDatesSubjectInfo
- java.lang.Object
-
- com.caplin.motif.mm.calendar.StartDatesSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
- Direct Known Subclasses:
UserStartDatesSubjectInfo
public class StartDatesSubjectInfo extends Object implements SubjectInfo
Class representation of the fields parsed from an Start Dates Subject.
-
-
Constructor Summary
Constructors Constructor Description StartDatesSubjectInfo(String subject, String currency, String year, String month)
Creates a StartDatesSubjectInfo with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrency()
Returns the currency parsed to create this StartDatesSubjectInfo.String
getMonth()
Returns the month parsed to create this StartDatesSubjectInfo.String
getSubject()
Returns the original subject that was parsed to create this SubjectInfoString
getYear()
Returns the year parsed to create this StartDatesSubjectInfo.
-
-
-
Method Detail
-
getSubject
public String getSubject()
Description copied from interface:SubjectInfo
Returns the original subject that was parsed to create this SubjectInfo- Specified by:
getSubject
in interfaceSubjectInfo
- Returns:
- The original subject.
-
getCurrency
public String getCurrency()
Returns the currency parsed to create this StartDatesSubjectInfo.- Returns:
- the currency
-
getYear
public String getYear()
Returns the year parsed to create this StartDatesSubjectInfo.- Returns:
- the year
-
getMonth
public String getMonth()
Returns the month parsed to create this StartDatesSubjectInfo.- Returns:
- the month
-
-