public final class GovernmentBodyAnnualSummary extends Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAnnualWorkHeadCount()
Gets the annual work head count.
|
String |
getComment()
Gets the comment.
|
int |
getConsecutiveNumber()
Gets the consecutive number.
|
String |
getGovermentBodyId()
Gets the goverment body id.
|
int |
getHeadCount()
Gets the head count.
|
String |
getmCode()
Gets the m code.
|
String |
getMinistry()
Gets the ministry.
|
String |
getName()
Gets the name.
|
String |
getOrgNumber()
Gets the org number.
|
String |
getVat()
Gets the vat.
|
int |
getYear()
Gets the year.
|
int |
hashCode() |
String |
toString() |
public GovernmentBodyAnnualSummary(int year, String name, int consecutiveNumber, String govermentBodyId, String mCode, String ministry, String orgNumber, int headCount, int annualWorkHeadCount, String vat, String comment)
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 commentpublic int getAnnualWorkHeadCount()
public String getComment()
public int getConsecutiveNumber()
public String getGovermentBodyId()
public int getHeadCount()
public String getmCode()
public String getMinistry()
public String getName()
public String getOrgNumber()
public String getVat()
public int getYear()
Copyright © 2010–2017 www.hack23.com. All rights reserved.