|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.ui.uibeans.sla.CompensationBean
public class CompensationBean
| Constructor Summary | |
|---|---|
CompensationBean()
Default constructor |
|
CompensationBean(org.ow2.dragon.api.to.sla.CompensationTO compTO)
Constructor |
|
| Method Summary | |
|---|---|
void |
clear()
Clears the agreement. |
java.lang.String |
create(BusinessValueBean businessBean)
Creates an object with current attributes |
java.lang.String |
delete(BusinessValueBean businessBean)
Deletes the current endpoint from the database |
java.lang.String |
getCompensationType()
|
org.ow2.dragon.api.to.sla.CompensationTO |
getCTO()
|
long |
getId()
|
static java.util.List<java.lang.String> |
getListValueType()
|
long |
getQuantity()
|
java.lang.String |
getType()
|
java.lang.String |
getUnit()
|
long |
getValue()
|
java.lang.String |
getXml()
|
void |
load(javax.servlet.http.HttpServletRequest iRequest)
Loads a technical service from the request parameter 'id'. |
void |
reset()
Resets changes made to the current endpoint attributes. |
java.lang.String |
save()
|
void |
setCompensationTO()
|
void |
setCompensationType(java.lang.String compensationType)
|
void |
setCTO(org.ow2.dragon.api.to.sla.CompensationTO cto)
|
void |
setId(long id)
|
void |
setId(java.lang.Long id)
|
void |
setQuantity(long quantity)
|
void |
setType(javax.servlet.http.HttpServletRequest iRequest)
Loads a technical service from the request parameter 'id'. |
void |
setType(java.lang.String type)
|
void |
setUnit(java.lang.String unit)
|
void |
setValue(long value)
|
void |
setXml(java.lang.String xml)
|
void |
validate()
Validate the endpoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompensationBean()
public CompensationBean(org.ow2.dragon.api.to.sla.CompensationTO compTO)
| Method Detail |
|---|
public void load(javax.servlet.http.HttpServletRequest iRequest)
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedError
public void setType(javax.servlet.http.HttpServletRequest iRequest)
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedError
public java.lang.String save()
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedError
public java.lang.String create(BusinessValueBean businessBean)
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedError
public java.lang.String delete(BusinessValueBean businessBean)
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedErrorpublic void reset()
public void clear()
public void validate()
public long getId()
public void setId(long id)
id - the id to setpublic void setId(java.lang.Long id)
id - the id to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic long getValue()
public void setValue(long value)
value - the value to setpublic org.ow2.dragon.api.to.sla.CompensationTO getCTO()
public void setCTO(org.ow2.dragon.api.to.sla.CompensationTO cto)
cto - the cTO to setpublic long getQuantity()
public void setQuantity(long quantity)
quantity - the quantity to setpublic java.lang.String getUnit()
public void setUnit(java.lang.String unit)
unit - the unit to setpublic void setCompensationTO()
public java.lang.String getCompensationType()
public void setCompensationType(java.lang.String compensationType)
compensationType - the compensationType to setpublic static java.util.List<java.lang.String> getListValueType()
public java.lang.String getXml()
public void setXml(java.lang.String xml)
xml - the xml to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||