Package com.caplin.motif.mm.calendar
Class UserStartTenorDatesSubjectInfo
- java.lang.Object
-
- com.caplin.motif.mm.calendar.StartTenorDatesSubjectInfo
-
- com.caplin.motif.mm.calendar.UserStartTenorDatesSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class UserStartTenorDatesSubjectInfo extends StartTenorDatesSubjectInfo
Class representation of the fields parsed from a User Start Tenor Dates Subject.
-
-
Constructor Summary
Constructors Constructor Description UserStartTenorDatesSubjectInfo(String subject, String currency, String username)
Creates a UserStartTenorDateSubjectInfo 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 UserStartTenorDateSubjectInfo.-
Methods inherited from class com.caplin.motif.mm.calendar.StartTenorDatesSubjectInfo
getCurrency, getSubject
-
-
-
-
Method Detail
-
getUsername
public String getUsername()
Returns the username parsed to create this UserStartTenorDateSubjectInfo.- Returns:
- the username
-
-