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

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

public class ClientBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
ClientBean()
           
 
Method Summary
 PartyBean getClient()
           
 java.lang.String getName()
           
 void load(javax.servlet.http.HttpServletRequest iRequest)
          Loads a technical service from the request parameter 'id'.
 void setClient(PartyBean client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientBean

public ClientBean()
Method Detail

load

public void load(javax.servlet.http.HttpServletRequest iRequest)
          throws com.ebm_ws.infra.bricks.error.LocalizedError
Loads a technical service from the request parameter 'id'.

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

getName

public java.lang.String getName()
Returns:
the selectedClient

getClient

public PartyBean getClient()
Returns:
the client

setClient

public void setClient(PartyBean client)
Parameters:
client - the client to set


Copyright © 2008 eBMWebsourcing. All Rights Reserved.