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
public class UserSettlementDateSubjectInfo extends SettlementDateSubjectInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUsername()
Returns the username that was parsed to create this SalesSettlementDateSubjectInfo.-
Methods inherited from class com.caplin.motif.fx.calendar.SettlementDateSubjectInfo
getCurrencyPair, getMonth, getSubject, getYear
-
-
-
-
Constructor Detail
-
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 Detail
-
getUsername
public String getUsername()
Returns the username that was parsed to create this SalesSettlementDateSubjectInfo.- Returns:
- The username.
-
-