|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.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 result| Method Detail |
|---|
public Integer getYear()
OperationalStatementData
getYear in interface OperationalStatementDatapublic OperationalStatementData.Month getMonth()
OperationalStatementData
getMonth in interface OperationalStatementDatapublic String getName()
OperationalStatementData
getName in interface OperationalStatementDatapublic String getStateSubsidyId()
OperationalStatementData
getStateSubsidyId in interface OperationalStatementDatapublic double getStateSubsidyResult()
OperationalStatementData
getStateSubsidyResult in interface OperationalStatementData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||