com.hack23.cia.model.api.sweden.configuration
Interface OperationalStatementData

Package class diagram package OperationalStatementData
All Known Implementing Classes:
OperationalStatement

public interface OperationalStatementData

The Interface OperationalStatementData.


Nested Class Summary
Modifier and Type Interface and Description
static class OperationalStatementData.Month
          The Enum Month.
 
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.
 

Method Detail

getYear

Integer getYear()
Gets the year.

Returns:
the year

getMonth

OperationalStatementData.Month getMonth()
Gets the month.

Returns:
the month

getStateSubsidyResult

double getStateSubsidyResult()
Gets the state subsidy result.

Returns:
the state subsidy result

getStateSubsidyId

String getStateSubsidyId()
Gets the state subsidy id.

Returns:
the state subsidy id

getName

String getName()
Gets the name.

Returns:
the name


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