Class GovernmentBodyAnnualSummary
java.lang.Object
com.hack23.cia.service.external.esv.api.GovernmentBodyAnnualSummary
- All Implemented Interfaces:
Serializable
The Class GovernmentBodyAnnualSummary.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintGets the annual work head count.Gets the comment.intGets the consecutive number.Gets the goverment body id.intGets the head count.getmCode()Gets the m code.Gets the ministry.getName()Gets the name.Gets the org number.getVat()Gets the vat.intgetYear()Gets the year.inthashCode()toString()
-
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 yearname- the nameconsecutiveNumber- the consecutive numbergovermentBodyId- the goverment body idmCode- the m codeministry- the ministryorgNumber- the org numberheadCount- the head countannualWorkHeadCount- the annual work head countvat- the vatcomment- the comment
-
-
Method Details
-
getAnnualWorkHeadCount
public int getAnnualWorkHeadCount()Gets the annual work head count.- Returns:
- the annual work head count
-
getComment
Gets the comment.- Returns:
- the comment
-
getConsecutiveNumber
public int getConsecutiveNumber()Gets the consecutive number.- Returns:
- the consecutive number
-
getGovermentBodyId
Gets the goverment body id.- Returns:
- the goverment body id
-
getHeadCount
public int getHeadCount()Gets the head count.- Returns:
- the head count
-
getmCode
Gets the m code.- Returns:
- the m code
-
getMinistry
Gets the ministry.- Returns:
- the ministry
-
getName
Gets the name.- Returns:
- the name
-
getOrgNumber
Gets the org number.- Returns:
- the org number
-
getVat
Gets the vat.- Returns:
- the vat
-
getYear
public int getYear()Gets the year.- Returns:
- the year
-
equals
-
hashCode
public int hashCode() -
toString
-