public class BudgetMeteringEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTUAL |
static int |
PROJECTED |
static int |
SRID |
static int |
VMID |
Constructor and Description |
---|
BudgetMeteringEntry() |
Modifier and Type | Method and Description |
---|---|
double |
getCost() |
int |
getDay() |
int |
getGroupId() |
int |
getId() |
int |
getIdType() |
int |
getMonth() |
int |
getType() |
int |
getVdcId() |
int |
getYear() |
void |
setCost(double cost) |
void |
setDay(int day) |
void |
setGroupId(int groupId) |
void |
setId(int id) |
void |
setIdType(int idType) |
void |
setMonth(int month) |
void |
setType(int type) |
void |
setVdcId(int vdcId) |
void |
setYear(int year) |
public static final int ACTUAL
public static final int PROJECTED
public static final int VMID
public static final int SRID
public int getId()
public void setId(int id)
public int getIdType()
public void setIdType(int idType)
public int getGroupId()
public void setGroupId(int groupId)
public int getVdcId()
public void setVdcId(int vdcId)
public int getDay()
public void setDay(int day)
public int getMonth()
public void setMonth(int month)
public int getYear()
public void setYear(int year)
public double getCost()
public void setCost(double cost)
public int getType()
public void setType(int type)