Class EnvironmentData
- java.lang.Object
-
- org.gcube.portlets.user.accountingdashboard.shared.env.EnvironmentData
-
- All Implemented Interfaces:
Serializable
public class EnvironmentData extends Object implements Serializable
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvironmentData()EnvironmentData(AccountingServiceType accountingServiceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingServiceTypegetAccountingServiceType()voidsetAccountingServiceType(AccountingServiceType accountingServiceType)StringtoString()
-
-
-
Constructor Detail
-
EnvironmentData
public EnvironmentData()
-
EnvironmentData
public EnvironmentData(AccountingServiceType accountingServiceType)
-
-
Method Detail
-
getAccountingServiceType
public AccountingServiceType getAccountingServiceType()
-
setAccountingServiceType
public void setAccountingServiceType(AccountingServiceType accountingServiceType)
-
-