Class UserEffectiveDatesSubjectInfo

  • All Implemented Interfaces:
    SubjectInfo

    public class UserEffectiveDatesSubjectInfo
    extends EffectiveDatesSubjectInfo
    Class representation of the fields parsed from a User Effective Dates Subject.
    • Constructor Detail

      • UserEffectiveDatesSubjectInfo

        public UserEffectiveDatesSubjectInfo​(String subject,
                                             String currency,
                                             String year,
                                             String month,
                                             String username)
        Creates a UserEffectiveDateSubjectInfo with the given parameters.
        Parameters:
        subject - the subject
        currency - the currency
        year - the year
        month - the month
        username - the username
    • Method Detail

      • getUsername

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