Package com.caplin.motif.fx.calendar
Class UserSettlementDateSubjectInfo
java.lang.Object
com.caplin.motif.fx.calendar.SettlementDateSubjectInfo
com.caplin.motif.fx.calendar.UserSettlementDateSubjectInfo
- All Implemented Interfaces:
SubjectInfo
- Direct Known Subclasses:
ToboSettlementDateSubjectInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the username that was parsed to create this SalesSettlementDateSubjectInfo.Methods inherited from class com.caplin.motif.fx.calendar.SettlementDateSubjectInfo
getCurrencyPair, getMonth, getSubject, getYear
-
Constructor Details
-
UserSettlementDateSubjectInfo
public UserSettlementDateSubjectInfo(String subject, String currencyPair, String year, String month, String username) Creates a SettlementDateSubjectInfo with the given parameters.- Parameters:
subject
- The subject.currencyPair
- The currency pair.year
- The year.month
- The month.username
- The username.
-
-
Method Details
-
getUsername
Returns the username that was parsed to create this SalesSettlementDateSubjectInfo.- Returns:
- The username.
-