Package com.caplin.motif.fx.calendar
Class UserTenorDateSubjectInfo
- java.lang.Object
-
- com.caplin.motif.fx.calendar.TenorDateSubjectInfo
-
- com.caplin.motif.fx.calendar.UserTenorDateSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
- Direct Known Subclasses:
ToboTenorDateSubjectInfo
public class UserTenorDateSubjectInfo extends TenorDateSubjectInfo
-
-
Constructor Summary
Constructors Constructor Description UserTenorDateSubjectInfo(String subject, String currencyPair, String username)
Creates a TenorDateSubjectInfo with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUsername()
Returns the username that was parsed to create this SalesTenorDateSubjectInfo.-
Methods inherited from class com.caplin.motif.fx.calendar.TenorDateSubjectInfo
getCurrencyPair, getSubject
-
-
-
-
Method Detail
-
getUsername
public String getUsername()
Returns the username that was parsed to create this SalesTenorDateSubjectInfo.- Returns:
- The username.
-
-