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