Class UserStartDatesSubjectInfo

java.lang.Object
com.caplin.motif.mm.calendar.StartDatesSubjectInfo
com.caplin.motif.mm.calendar.UserStartDatesSubjectInfo
All Implemented Interfaces:
SubjectInfo

public class UserStartDatesSubjectInfo extends StartDatesSubjectInfo
Class representation of the fields parsed from a User Start Dates Subject.
  • Constructor Details

    • UserStartDatesSubjectInfo

      public UserStartDatesSubjectInfo(String subject, String currency, String year, String month, String username)
      Creates a UserStartDateSubjectInfo with the given parameters.
      Parameters:
      subject - the subject
      currency - the currency
      year - the year
      month - the month
      username - the username
  • Method Details

    • getUsername

      public String getUsername()
      Returns the username parsed to create this UserStartDateSubjectInfo.
      Returns:
      the username