live.struts.forms
Class NewNetworkForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bylive.struts.forms.LiveForm
          extended bylive.struts.forms.NewNetworkForm
All Implemented Interfaces:
Serializable

public class NewNetworkForm
extends LiveForm

Form to create a new network

Author:
Jason J. Herne
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class live.struts.forms.LiveForm
 
Field Summary
private  String address
           
private  String networkName
           
private  String portname
           
 
Fields inherited from class live.struts.forms.LiveForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewNetworkForm()
           
 
Method Summary
 String getAddress()
           
 String getNetworkName()
           
 String getPortname()
           
 void setAddress(String address)
           
 void setNetworkName(String networkName)
           
 void setPortname(String portname)
           
 
Methods inherited from class live.struts.forms.LiveForm
addError, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

networkName

private String networkName

portname

private String portname

address

private String address
Constructor Detail

NewNetworkForm

public NewNetworkForm()
Method Detail

getNetworkName

public String getNetworkName()
Returns:
String new network name

getPortname

public String getPortname()
Returns:
String returns the portname

getAddress

public String getAddress()
Returns:
String returns the real device address

setNetworkName

public void setNetworkName(String networkName)
Parameters:
networkName - network name to set

setPortname

public void setPortname(String portname)
Parameters:
portname - portname to set

setAddress

public void setAddress(String address)
Parameters:
address - real device address to set


Copyright © 2005