Package com.caplin.motif.mm.calendar
Class UserStartDatesSubjectInfo
- java.lang.Object
-
- com.caplin.motif.mm.calendar.StartDatesSubjectInfo
-
- com.caplin.motif.mm.calendar.UserStartDatesSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class UserStartDatesSubjectInfo extends StartDatesSubjectInfo
Class representation of the fields parsed from a User Start Dates Subject.
-
-
Constructor Summary
Constructors Constructor Description UserStartDatesSubjectInfo(java.lang.String subject, java.lang.String currency, java.lang.String year, java.lang.String month, java.lang.String username)
Creates a UserStartDateSubjectInfo with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUsername()
Returns the username parsed to create this UserStartDateSubjectInfo.-
Methods inherited from class com.caplin.motif.mm.calendar.StartDatesSubjectInfo
getCurrency, getMonth, getSubject, getYear
-
-
-
-
Constructor Detail
-
UserStartDatesSubjectInfo
public UserStartDatesSubjectInfo(java.lang.String subject, java.lang.String currency, java.lang.String year, java.lang.String month, java.lang.String username)
Creates a UserStartDateSubjectInfo with the given parameters.- Parameters:
subject
- the subjectcurrency
- the currencyyear
- the yearmonth
- the monthusername
- the username
-
-