org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect
Class MdbEditForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.MdbEditForm
All Implemented Interfaces:
java.io.Serializable

public class MdbEditForm
extends org.apache.struts.action.ActionForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
MdbEditForm()
           
 
Method Summary
 boolean getIsTopic()
           
 java.lang.String getName()
          get name
 java.lang.String getObjectName()
          get objectName
 java.lang.String getOperation()
          add,modify,delete
 java.util.ArrayList getProperties()
           
 java.util.ArrayList getPropertiesName()
           
 java.util.ArrayList getPropertiesValue()
           
 java.lang.String[] getSelectedQueues()
          Selected Queues
 java.lang.String[] getSelectedTopics()
          Selected Topics
 java.util.ArrayList getStatProperties()
           
 void setIsTopic(boolean isTopic)
           
 void setName(java.lang.String name)
          set name
 void setObjectName(java.lang.String objectName)
          set objectName
 void setOperation(java.lang.String operation)
          add,modify,delete
 void setProperties(java.util.ArrayList properties)
           
 void setPropertiesName(java.util.ArrayList propertiesName)
           
 void setPropertiesValue(java.util.ArrayList propertiesValue)
           
 void setSelectedQueues(java.lang.String[] selectedQueues)
          selected queues
 void setSelectedTopics(java.lang.String[] selectedTopics)
          selected topics
 void setStatProperties(java.util.ArrayList statProperties)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MdbEditForm

public MdbEditForm()
Method Detail

getName

public java.lang.String getName()
get name

Returns:

setName

public void setName(java.lang.String name)
set name

Parameters:
name -

getObjectName

public java.lang.String getObjectName()
get objectName

Returns:

setObjectName

public void setObjectName(java.lang.String objectName)
set objectName

Parameters:
objectName -

getOperation

public java.lang.String getOperation()
add,modify,delete

Returns:
the operation

setOperation

public void setOperation(java.lang.String operation)
add,modify,delete

Parameters:
operation - the operation to set

getSelectedQueues

public java.lang.String[] getSelectedQueues()
Selected Queues

Returns:
the selected queues

setSelectedQueues

public void setSelectedQueues(java.lang.String[] selectedQueues)
selected queues

Parameters:
selectedQueues - the selected queues to set

getSelectedTopics

public java.lang.String[] getSelectedTopics()
Selected Topics

Returns:
the selected topics

setSelectedTopics

public void setSelectedTopics(java.lang.String[] selectedTopics)
selected topics

Parameters:
selectedTopics - the selected topics to set

getPropertiesName

public java.util.ArrayList getPropertiesName()
Returns:
the propertiesName

setPropertiesName

public void setPropertiesName(java.util.ArrayList propertiesName)
Parameters:
propertiesName - the propertiesName to set

getPropertiesValue

public java.util.ArrayList getPropertiesValue()
Returns:
the propertiesValue

setPropertiesValue

public void setPropertiesValue(java.util.ArrayList propertiesValue)
Parameters:
propertiesValue - the propertiesValue to set

getProperties

public java.util.ArrayList getProperties()
Returns:
the properties

setStatProperties

public void setStatProperties(java.util.ArrayList statProperties)
Parameters:
statProperties - the stat properties to set

getStatProperties

public java.util.ArrayList getStatProperties()
Returns:
the stat properties

setProperties

public void setProperties(java.util.ArrayList properties)
Parameters:
properties - the properties to set

getIsTopic

public boolean getIsTopic()
Returns:
isTopic

setIsTopic

public void setIsTopic(boolean isTopic)
Parameters:
isTopic -