org.jclouds.rimuhosting.miro.domain
Class BillingData
java.lang.Object
org.jclouds.rimuhosting.miro.domain.BillingData
public class BillingData
- extends Object
Billing data. Need to make it inteface with jclouds.
TODO: test
- Author:
- Ivan Meredith
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BillingData
public BillingData()
getDateCancelled
public Timestamp getDateCancelled()
setDateCancelled
public void setDateCancelled(Timestamp dateCancelled)
getMonthlyCharge
public Double getMonthlyCharge()
setMonthlyCharge
public void setMonthlyCharge(Double monthlyCharge)
getDateOrdered
public Timestamp getDateOrdered()
setDateOrdered
public void setDateOrdered(Timestamp dateOrdered)
getDataPrepaidUntil
public Timestamp getDataPrepaidUntil()
setDataPrepaidUntil
public void setDataPrepaidUntil(Timestamp dataPrepaidUntil)
getDateSuspended
public Timestamp getDateSuspended()
setDateSuspended
public void setDateSuspended(Timestamp dateSuspended)
Copyright © 2009-2011 jclouds. All Rights Reserved.