com.ideo.sweetdev.data.controller.context.bean
Class ControlBean

java.lang.Object
  extended bycom.ideo.sweetdev.data.controller.context.bean.ControlBean
All Implemented Interfaces:
java.io.Serializable

public class ControlBean
extends java.lang.Object
implements java.io.Serializable

The class ControlBean is a bean representing a control for the context service.

See Also:
Serialized Form
 

Constructor Summary
ControlBean()
           
 
Method Summary
 java.util.Collection getContexts()
          get the contexts of the control
 java.lang.String getName()
          get the name of the control
 void setContexts(java.util.Collection _ctxts)
          set the contexts of the control
 void setName(java.lang.String _name)
          set the name of the control
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlBean

public ControlBean()
Method Detail

getName

public java.lang.String getName()
get the name of the control

Returns:
the name of the control

setName

public void setName(java.lang.String _name)
set the name of the control

Parameters:
_name - the name of the control

getContexts

public java.util.Collection getContexts()
get the contexts of the control

Returns:
the contexts of the control

setContexts

public void setContexts(java.util.Collection _ctxts)
set the contexts of the control

Parameters:
_ctxts - the contexts of the control