org.ow2.dragon.ui.uibeans.sla
Class ServiceLevelObjectiveBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.sla.ServiceLevelObjectiveBean

public class ServiceLevelObjectiveBean
extends java.lang.Object

Author:
nsaladge - eBM Websourcing

Constructor Summary
ServiceLevelObjectiveBean()
          Constructor
ServiceLevelObjectiveBean(com.ebmwebsourcing.agreement.definition.api.ServiceLevelObjective slo, GuaranteeBean gb, ManagedAgreementBean mab)
           
 
Method Summary
 GuaranteeBean getGb()
           
 java.lang.String getKpiName()
           
 ManagedAgreementBean getMab()
           
 java.lang.String getOperator()
           
 com.ebmwebsourcing.agreement.definition.api.ServiceLevelObjective getSloTO()
           
 java.lang.String getType_semantic_concept()
           
 java.lang.String getType()
           
 java.lang.String getUnit_semantic_concept()
           
 java.lang.String getUnit()
           
 int getValue()
           
 void reset()
          Resets changes made to the current endpoint attributes.
 java.lang.String save()
           
 void setGb(GuaranteeBean gb)
           
 void setKpiName(java.lang.String kpiName)
           
 void setMab(ManagedAgreementBean mab)
           
 void setOperator(java.lang.String operator)
           
 void setServiceLevelObjectiveTO()
           
 void setSloTO(com.ebmwebsourcing.agreement.definition.api.ServiceLevelObjective sloTO)
           
 void setType_semantic_concept(java.lang.String type_semantic_concept)
           
 void setType(java.lang.String type)
           
 void setUnit_semantic_concept(java.lang.String unit_semantic_concept)
           
 void setUnit(java.lang.String unit)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLevelObjectiveBean

public ServiceLevelObjectiveBean()
Constructor


ServiceLevelObjectiveBean

public ServiceLevelObjectiveBean(com.ebmwebsourcing.agreement.definition.api.ServiceLevelObjective slo,
                                 GuaranteeBean gb,
                                 ManagedAgreementBean mab)
Method Detail

getKpiName

public java.lang.String getKpiName()
Returns:
the kpiName

setKpiName

public void setKpiName(java.lang.String kpiName)
Parameters:
kpiName - the kpiName to set

getValue

public int getValue()
Returns:
the value

setValue

public void setValue(int value)
Parameters:
value - the value to set

save

public java.lang.String save()
                      throws org.ow2.opensuit.core.error.LocalizedError
Throws:
org.ow2.opensuit.core.error.LocalizedError

setServiceLevelObjectiveTO

public void setServiceLevelObjectiveTO()

reset

public void reset()
Resets changes made to the current endpoint attributes.


getSloTO

public com.ebmwebsourcing.agreement.definition.api.ServiceLevelObjective getSloTO()
Returns:
the sloTO

getOperator

public java.lang.String getOperator()

setOperator

public void setOperator(java.lang.String operator)

getUnit

public java.lang.String getUnit()

setUnit

public void setUnit(java.lang.String unit)

getUnit_semantic_concept

public java.lang.String getUnit_semantic_concept()

setUnit_semantic_concept

public void setUnit_semantic_concept(java.lang.String unit_semantic_concept)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getType_semantic_concept

public java.lang.String getType_semantic_concept()

setType_semantic_concept

public void setType_semantic_concept(java.lang.String type_semantic_concept)

setSloTO

public void setSloTO(com.ebmwebsourcing.agreement.definition.api.ServiceLevelObjective sloTO)

getMab

public ManagedAgreementBean getMab()

setMab

public void setMab(ManagedAgreementBean mab)

getGb

public GuaranteeBean getGb()

setGb

public void setGb(GuaranteeBean gb)


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.