com.sugestio.client.response
Class GetConsumptionsResponse

java.lang.Object
  extended by com.sugestio.client.response.GetConsumptionsResponse

public class GetConsumptionsResponse
extends java.lang.Object


Constructor Summary
GetConsumptionsResponse()
           
 
Method Summary
 void add(Consumption c)
           
 java.util.List<Consumption> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetConsumptionsResponse

public GetConsumptionsResponse()
Method Detail

add

public void add(Consumption c)

getList

public java.util.List<Consumption> getList()