|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.appTab.Bill.Usage
public class Bill.Usage
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 |
---|
public java.lang.Double bandwidth
public java.util.Date date
public java.lang.Double space
public java.lang.String type
public java.lang.String unit
Constructor Detail |
---|
public Bill.Usage()
Method Detail |
---|
public java.lang.Double getBandwidth()
public java.util.Date getDate()
public java.lang.Double getSpace()
public java.lang.String getType()
public java.lang.String getUnit()
public void setBandwidth(java.lang.Double bandwidth)
bandwidth
- - Bandwidth for the usagepublic void setDate(java.util.Date date)
date
- public void setSpace(java.lang.Double space)
space
- - Space for the usagepublic void setType(java.lang.String type)
type
- - Type of the usagepublic void setUnit(java.lang.String unit)
unit
- - Unit for the usage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |