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

Package class diagram package AuthorityInformation

public interface AuthorityInformation

The Interface AuthorityInformation.


Method Summary
Modifier and Type Method and Description
 String getAuthorityId()
          Gets the authority id.
 String getComments()
          Gets the comments.
 Integer getNumberOfEmployees()
          Gets the number of employees.
 String getOrgNr()
          Gets the org nr.
 String getStateOrgCode()
          Gets the state org code.
 boolean getVAT()
          Gets the vAT.
 Integer getYear()
          Gets the year.
 

Method Detail

getYear

Integer getYear()
Gets the year.

Returns:
the year

getNumberOfEmployees

Integer getNumberOfEmployees()
Gets the number of employees.

Returns:
the number of employees

getAuthorityId

String getAuthorityId()
Gets the authority id.

Returns:
the authority id

getOrgNr

String getOrgNr()
Gets the org nr.

Returns:
the org nr

getStateOrgCode

String getStateOrgCode()
Gets the state org code.

Returns:
the state org code

getVAT

boolean getVAT()
Gets the vAT.

Returns:
the vAT

getComments

String getComments()
Gets the comments.

Returns:
the comments


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