Package com.caplin.motif.fx.calendar
Class UserSettlementDateSubjectInfo
java.lang.Object
com.caplin.motif.datasource.SubjectInfoWithParams
com.caplin.motif.fx.calendar.SettlementDateSubjectInfo
com.caplin.motif.fx.calendar.UserSettlementDateSubjectInfo
- All Implemented Interfaces:
SubjectInfo
- Direct Known Subclasses:
ToboSettlementDateSubjectInfo
-
Field Summary
Fields inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
parameters -
Constructor Summary
ConstructorsConstructorDescriptionUserSettlementDateSubjectInfo(String subject, String currencyPair, String year, String month, String username) Creates a SettlementDateSubjectInfo with the given parameters.UserSettlementDateSubjectInfo(String subject, String currencyPair, String year, String month, String username, String parameters) Creates a SettlementDateSubjectInfo with the given parameters. -
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, getLocationType, getMonth, getSubject, getYearMethods inherited from class com.caplin.motif.datasource.SubjectInfoWithParams
getParameters, param
-
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.
-
UserSettlementDateSubjectInfo
public UserSettlementDateSubjectInfo(String subject, String currencyPair, String year, String month, String username, String parameters) Creates a SettlementDateSubjectInfo with the given parameters.- Parameters:
subject- The subject.currencyPair- The currency pair.year- The year.month- The month.username- The username.parameters- Optional parameters for retrieving settlement dates.
-
-
Method Details
-
getUsername
Returns the username that was parsed to create this SalesSettlementDateSubjectInfo.- Returns:
- The username.
-