com.shephertz.app42.paas.sdk.jme.appTab
Class Bill.Usage

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.appTab.Bill.Usage
Enclosing class:
Bill

public class Bill.Usage
extends java.lang.Object

An inner class that contains the remaining properties of the Bill.


Field Summary
 java.lang.Double bandwidth
           
 java.util.Date date
           
 java.lang.Double space
           
 java.lang.String type
           
 java.lang.String unit
           
 
Constructor Summary
Bill.Usage()
          This is a constructor that takes no parameter
 
Method Summary
 java.lang.Double getBandwidth()
          Return the bandwidth for the usage
 java.util.Date getDate()
           
 java.lang.Double getSpace()
          Return the space for the usage
 java.lang.String getType()
          Return the type of the usage
 java.lang.String getUnit()
          Return the unit of usage
 void setBandwidth(java.lang.Double bandwidth)
          Sets the bandwidth for the usage
 void setDate(java.util.Date date)
           
 void setSpace(java.lang.Double space)
          Sets the space for the usage
 void setType(java.lang.String type)
          Sets the type of the usage
 void setUnit(java.lang.String unit)
          Sets the unit of usage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bandwidth

public java.lang.Double bandwidth

date

public java.util.Date date

space

public java.lang.Double space

type

public java.lang.String type

unit

public java.lang.String unit
Constructor Detail

Bill.Usage

public Bill.Usage()
This is a constructor that takes no parameter

Method Detail

getBandwidth

public java.lang.Double getBandwidth()
Return the bandwidth for the usage

Returns:
the bandwidth for the usage

getDate

public java.util.Date getDate()
Returns:

getSpace

public java.lang.Double getSpace()
Return the space for the usage

Returns:
the space for the usage

getType

public java.lang.String getType()
Return the type of the usage

Returns:
the type of the usage

getUnit

public java.lang.String getUnit()
Return the unit of usage

Returns:
the unit of the usage

setBandwidth

public void setBandwidth(java.lang.Double bandwidth)
Sets the bandwidth for the usage

Parameters:
bandwidth - - Bandwidth for the usage

setDate

public void setDate(java.util.Date date)
Parameters:
date -

setSpace

public void setSpace(java.lang.Double space)
Sets the space for the usage

Parameters:
space - - Space for the usage

setType

public void setType(java.lang.String type)
Sets the type of the usage

Parameters:
type - - Type of the usage

setUnit

public void setUnit(java.lang.String unit)
Sets the unit of usage

Parameters:
unit - - Unit for the usage