Package com.caplin.motif.mm.calendar
Class UserMaturityTenorDatesSubjectInfo
- java.lang.Object
-
- com.caplin.motif.mm.calendar.MaturityTenorDatesSubjectInfo
-
- com.caplin.motif.mm.calendar.UserMaturityTenorDatesSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class UserMaturityTenorDatesSubjectInfo extends MaturityTenorDatesSubjectInfo
Class representation of the fields parsed from a User Maturity Tenor Dates Subject.
-
-
Constructor Summary
Constructors Constructor Description UserMaturityTenorDatesSubjectInfo(String subject, String startDate, String currency, String username)
Creates a UserMaturityTenorDateSubjectInfo with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUsername()
Returns the username parsed to create this UserMaturityTenorDateSubjectInfo.-
Methods inherited from class com.caplin.motif.mm.calendar.MaturityTenorDatesSubjectInfo
getCurrency, getStartDate, getSubject
-
-
-
-
Constructor Detail
-
UserMaturityTenorDatesSubjectInfo
public UserMaturityTenorDatesSubjectInfo(String subject, String startDate, String currency, String username)
Creates a UserMaturityTenorDateSubjectInfo with the given parameters.- Parameters:
subject
- the subjectstartDate
- the start datecurrency
- the currencyusername
- the username
-
-
Method Detail
-
getUsername
public String getUsername()
Returns the username parsed to create this UserMaturityTenorDateSubjectInfo.- Returns:
- the username
-
-