com.hack23.cia.model.impl.sweden.content
Class OperationalStatement

Package class diagram package OperationalStatement
java.lang.Object
  extended by com.hack23.cia.model.impl.sweden.content.OperationalStatement
All Implemented Interfaces:
OperationalStatementData

public class OperationalStatement
extends Object
implements OperationalStatementData

The Class OperationalStatement.


Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.configuration.OperationalStatementData
OperationalStatementData.Month
 
Constructor Summary
Constructor and Description
OperationalStatement(Integer year, OperationalStatementData.Month month, String name, String stateSubsidyId, double stateSubsidyResult)
          Instantiates a new operational statement.
 
Method Summary
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

OperationalStatement

public OperationalStatement(Integer year,
                            OperationalStatementData.Month month,
                            String name,
                            String stateSubsidyId,
                            double stateSubsidyResult)
Instantiates a new operational statement.

Parameters:
year - the year
month - the month
name - the name
stateSubsidyId - the state subsidy id
stateSubsidyResult - the state subsidy result
Method Detail

getYear

public Integer getYear()
Description copied from interface: OperationalStatementData
Gets the year.

Specified by:
getYear in interface OperationalStatementData
Returns:
the year

getMonth

public OperationalStatementData.Month getMonth()
Description copied from interface: OperationalStatementData
Gets the month.

Specified by:
getMonth in interface OperationalStatementData
Returns:
the month

getName

public String getName()
Description copied from interface: OperationalStatementData
Gets the name.

Specified by:
getName in interface OperationalStatementData
Returns:
the name

getStateSubsidyId

public String getStateSubsidyId()
Description copied from interface: OperationalStatementData
Gets the state subsidy id.

Specified by:
getStateSubsidyId in interface OperationalStatementData
Returns:
the state subsidy id

getStateSubsidyResult

public double getStateSubsidyResult()
Description copied from interface: OperationalStatementData
Gets the state subsidy result.

Specified by:
getStateSubsidyResult in interface OperationalStatementData
Returns:
the state subsidy result


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.