org.ow2.jonas.webapp.jonasadmin.jonasmqconnect
Class DestinationDeleteForm

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

public class DestinationDeleteForm
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
DestinationDeleteForm()
           
 
Method Summary
 String getDeletePhysicalDestination()
           
 ArrayList getDestinations()
          destinations
 String getDestinationsStr()
          get DestinationsStr
 String[] getSelectedDestinations()
          Selected destinations
 void setDeletePhysicalDestination(String deletePhysicalDestination)
           
 void setDestinations(ArrayList destinations)
           
 void setDestinationsStr(String destinationsStr)
          set DestinationsStr
 void setSelectedDestinations(String[] selectedDestinations)
          selected destinations
 
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

DestinationDeleteForm

public DestinationDeleteForm()
Method Detail

getSelectedDestinations

public String[] getSelectedDestinations()
Selected destinations

Returns:
the selected destinations

setSelectedDestinations

public void setSelectedDestinations(String[] selectedDestinations)
selected destinations

Parameters:
selectedDestinations - the selected destinations to set

getDestinations

public ArrayList getDestinations()
destinations

Returns:
the destinations

setDestinations

public void setDestinations(ArrayList destinations)
Parameters:
destinations - the selected destinations to set

getDeletePhysicalDestination

public String getDeletePhysicalDestination()
Returns:
the removePhysicalDestination

setDeletePhysicalDestination

public void setDeletePhysicalDestination(String deletePhysicalDestination)
Parameters:
deletePhysicalDestination - the deletePhysicalDestination to set

getDestinationsStr

public String getDestinationsStr()
get DestinationsStr

Returns:
the destinationsStr

setDestinationsStr

public void setDestinationsStr(String destinationsStr)
set DestinationsStr

Parameters:
destinationsStr - destinations String


Copyright © 2010 OW2 Consortium. All Rights Reserved.