Class GovernmentBodyAnnualSummary

java.lang.Object
com.hack23.cia.service.external.esv.api.GovernmentBodyAnnualSummary
All Implemented Interfaces:
Serializable

public final class GovernmentBodyAnnualSummary extends Object implements Serializable
The Class GovernmentBodyAnnualSummary.
See Also:
  • Constructor Details

    • GovernmentBodyAnnualSummary

      public GovernmentBodyAnnualSummary(int year, String name, int consecutiveNumber, String govermentBodyId, String mCode, String ministry, String orgNumber, int headCount, int annualWorkHeadCount, String vat, String comment)
      Instantiates a new government body annual summary.
      Parameters:
      year - the year
      name - the name
      consecutiveNumber - the consecutive number
      govermentBodyId - the goverment body id
      mCode - the m code
      ministry - the ministry
      orgNumber - the org number
      headCount - the head count
      annualWorkHeadCount - the annual work head count
      vat - the vat
      comment - the comment
  • Method Details

    • getAnnualWorkHeadCount

      public int getAnnualWorkHeadCount()
      Gets the annual work head count.
      Returns:
      the annual work head count
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • getConsecutiveNumber

      public int getConsecutiveNumber()
      Gets the consecutive number.
      Returns:
      the consecutive number
    • getGovermentBodyId

      public String getGovermentBodyId()
      Gets the goverment body id.
      Returns:
      the goverment body id
    • getHeadCount

      public int getHeadCount()
      Gets the head count.
      Returns:
      the head count
    • getmCode

      public String getmCode()
      Gets the m code.
      Returns:
      the m code
    • getMinistry

      public String getMinistry()
      Gets the ministry.
      Returns:
      the ministry
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getOrgNumber

      public String getOrgNumber()
      Gets the org number.
      Returns:
      the org number
    • getVat

      public String getVat()
      Gets the vat.
      Returns:
      the vat
    • getYear

      public int getYear()
      Gets the year.
      Returns:
      the year
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object