Uses of Class
org.dasein.cloud.services.accounting.PrepaymentState

Packages that use PrepaymentState
org.dasein.cloud.services.accounting   
 

Uses of PrepaymentState in org.dasein.cloud.services.accounting
 

Methods in org.dasein.cloud.services.accounting that return PrepaymentState
 PrepaymentState Prepayment.getPrepaymentState()
           
static PrepaymentState PrepaymentState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrepaymentState[] PrepaymentState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dasein.cloud.services.accounting with parameters of type PrepaymentState
 void Prepayment.setPrepaymentState(PrepaymentState prepaymentState)
           
 

Constructors in org.dasein.cloud.services.accounting with parameters of type PrepaymentState
Prepayment(String prepaymentId, String currencyCode, int period, long periodStart, String dataCenterId, Platform platform, String size, String software, int count, double fixedFee, double usageFee, PrepaymentState state)