Package org.powertac.factoredcustomer
Class CustomerStructure
- java.lang.Object
 - 
- org.powertac.factoredcustomer.CustomerStructure
 
 
- 
- All Implemented Interfaces:
 StructureInstance
public final class CustomerStructure extends Object implements StructureInstance
Data-holder class for parsed configuration elements of one customer.- Author:
 - Prashant Reddy, John Collins
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CustomerStructure(String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBundleCount()StringgetCreatorKey()StringgetName() 
 - 
 
- 
- 
Constructor Detail
- 
CustomerStructure
public CustomerStructure(String name)
 
 - 
 
- 
Method Detail
- 
getName
public String getName()
- Specified by:
 getNamein interfaceStructureInstance
 
- 
getCreatorKey
public String getCreatorKey()
 
- 
getBundleCount
public int getBundleCount()
 
 - 
 
 -