Documentation of 'org.jfin.date.holiday.financialcalendarimpl.HolidayFileEntry' Java class
HolidayFileEntry
org.jfin.date.holiday.financialcalendarimpl

Class HolidayFileEntry



  • public class HolidayFileEntry
    extends java.lang.Object
    • Constructor Detail

      • HolidayFileEntry

        public HolidayFileEntry()
        Default constructor
      • HolidayFileEntry

        public HolidayFileEntry(java.lang.String lineToParse,
                                InfoFile infoFile)
        Construct an HolidayFileEntry from a line in the .csv file and an info file
        Parameters:
        lineToParse - The line to parse
        infoFile - The location of the infofile
      • HolidayFileEntry

        public HolidayFileEntry(java.lang.String date,
                                InfoFileEntry info,
                                java.lang.String description)
        Parameters:
        date - The date as a string in the same format as the tricol.csv file
        info - The infoFileEntry
        description - The description
    • Method Detail

      • parse

        public void parse(java.lang.String line,
                          InfoFile infoFile)
        Parses a comma seperated line from a .csv file into the HolidayFileEntry
        Parameters:
        line - The line to parse
        infoFile - the info file
      • getDate

        public java.lang.String getDate()
        Returns:
        Returns the date.
      • setDate

        public void setDate(java.lang.String date)
        Parameters:
        date - The date to set.
      • getDescription

        public java.lang.String getDescription()
        Returns:
        Returns the description.
      • setDescription

        public void setDescription(java.lang.String description)
        Parameters:
        description - The description to set.
      • getInfo

        public InfoFileEntry getInfo()
        Returns:
        Returns the info.
      • setInfo

        public void setInfo(InfoFileEntry info)
        Parameters:
        info - The info to set.
      • getDateFormat

        public java.text.DateFormat getDateFormat()
        Returns:
        Returns the dateFormat.
      • setDateFormat

        public void setDateFormat(java.text.DateFormat dateFormat)
        Parameters:
        dateFormat - The dateFormat to set.
      • getReference

        public static java.lang.String getReference(java.lang.String date,
                                                    java.lang.String infoCode)
      • getReference

        public java.lang.String getReference()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.