|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.sweden.content.OperationalStatement
public class OperationalStatement extends Object implements OperationalStatementData
The Class OperationalStatement.
Modifier and Type | Interface and Description |
---|
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.configuration.OperationalStatementData |
---|
OperationalStatementData.Month |
Constructor and Description |
---|
OperationalStatement(Integer year,
OperationalStatementData.Month month,
String name,
String stateSubsidyId,
double stateSubsidyResult)
Instantiates a new operational statement. |
Modifier and Type | Method and Description |
---|---|
OperationalStatementData.Month |
getMonth()
Gets the month. |
String |
getName()
Gets the name. |
String |
getStateSubsidyId()
Gets the state subsidy id. |
double |
getStateSubsidyResult()
Gets the state subsidy result. |
Integer |
getYear()
Gets the year. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationalStatement(Integer year, OperationalStatementData.Month month, String name, String stateSubsidyId, double stateSubsidyResult)
year
- the yearmonth
- the monthname
- the namestateSubsidyId
- the state subsidy idstateSubsidyResult
- the state subsidy resultMethod Detail |
---|
public Integer getYear()
OperationalStatementData
getYear
in interface OperationalStatementData
public OperationalStatementData.Month getMonth()
OperationalStatementData
getMonth
in interface OperationalStatementData
public String getName()
OperationalStatementData
getName
in interface OperationalStatementData
public String getStateSubsidyId()
OperationalStatementData
getStateSubsidyId
in interface OperationalStatementData
public double getStateSubsidyResult()
OperationalStatementData
getStateSubsidyResult
in interface OperationalStatementData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |