Class GreenButtonDataSourceInformation
java.lang.Object
energy.eddie.regionconnector.us.green.button.permission.GreenButtonDataSourceInformation
- All Implemented Interfaces:
DataSourceInformation
@Embeddable
public class GreenButtonDataSourceInformation
extends Object
implements DataSourceInformation
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGreenButtonDataSourceInformation(String dsoId, String countryCode) -
Method Summary
Modifier and TypeMethodDescriptionThe country code of the data source.final booleaninthashCode()The metered data administrator id of the data source.The permission administrator id of the data source.The region connector id of the data source.
-
Constructor Details
-
GreenButtonDataSourceInformation
-
GreenButtonDataSourceInformation
protected GreenButtonDataSourceInformation()
-
-
Method Details
-
countryCode
Description copied from interface:DataSourceInformationThe country code of the data source.- Specified by:
countryCodein interfaceDataSourceInformation
-
regionConnectorId
Description copied from interface:DataSourceInformationThe region connector id of the data source.- Specified by:
regionConnectorIdin interfaceDataSourceInformation
-
meteredDataAdministratorId
Description copied from interface:DataSourceInformationThe metered data administrator id of the data source.- Specified by:
meteredDataAdministratorIdin interfaceDataSourceInformation
-
permissionAdministratorId
Description copied from interface:DataSourceInformationThe permission administrator id of the data source.- Specified by:
permissionAdministratorIdin interfaceDataSourceInformation
-
hashCode
public int hashCode() -
equals
-