Class MaturityTenorDatesSubjectInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      MaturityTenorDatesSubjectInfo​(java.lang.String subject, java.lang.String startDate, java.lang.String currency)
      Creates a UserMaturityTenorDatesSubjectInfo with the given parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCurrency()
      Returns the currency parsed to create this MaturityTenorDatesSubjectInfo.
      java.lang.String getStartDate()
      Returns the start date parsed to create this MaturityTenorDatesSubjectInfo.
      java.lang.String getSubject()
      Returns the original subject that was parsed to create this SubjectInfo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaturityTenorDatesSubjectInfo

        public MaturityTenorDatesSubjectInfo​(java.lang.String subject,
                                             java.lang.String startDate,
                                             java.lang.String currency)
        Creates a UserMaturityTenorDatesSubjectInfo with the given parameters.
        Parameters:
        subject - the subject
        startDate - the start date
        currency - the currency
    • Method Detail

      • getSubject

        public java.lang.String getSubject()
        Description copied from interface: SubjectInfo
        Returns the original subject that was parsed to create this SubjectInfo
        Specified by:
        getSubject in interface SubjectInfo
        Returns:
        The original subject.
      • getStartDate

        public java.lang.String getStartDate()
        Returns the start date parsed to create this MaturityTenorDatesSubjectInfo.
        Returns:
        the startDate
      • getCurrency

        public java.lang.String getCurrency()
        Returns the currency parsed to create this MaturityTenorDatesSubjectInfo.
        Returns:
        the currency