Package com.caplin.motif.mm.calendar
Class UserEffectiveDatesSubjectInfo
- java.lang.Object
-
- com.caplin.motif.mm.calendar.EffectiveDatesSubjectInfo
-
- com.caplin.motif.mm.calendar.UserEffectiveDatesSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class UserEffectiveDatesSubjectInfo extends EffectiveDatesSubjectInfo
Class representation of the fields parsed from a User Effective Dates Subject.
-
-
Constructor Summary
Constructors Constructor Description UserEffectiveDatesSubjectInfo(java.lang.String subject, java.lang.String currency, java.lang.String year, java.lang.String month, java.lang.String username)
Creates a UserEffectiveDateSubjectInfo 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 UserEffectiveDateSubjectInfo.-
Methods inherited from class com.caplin.motif.mm.calendar.EffectiveDatesSubjectInfo
getCurrency, getMonth, getSubject, getYear
-
-
-
-
Constructor Detail
-
UserEffectiveDatesSubjectInfo
public UserEffectiveDatesSubjectInfo(java.lang.String subject, java.lang.String currency, java.lang.String year, java.lang.String month, java.lang.String username)
Creates a UserEffectiveDateSubjectInfo with the given parameters.- Parameters:
subject
- the subjectcurrency
- the currencyyear
- the yearmonth
- the monthusername
- the username
-
-