live.struts.forms
Class NewNetworkForm
java.lang.Object
org.apache.struts.action.ActionForm
live.struts.forms.LiveForm
live.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 classes inherited from class live.struts.forms.LiveForm |
|
Fields inherited from class live.struts.forms.LiveForm |
|
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
networkName
private String networkName
portname
private String portname
address
private String address
NewNetworkForm
public NewNetworkForm()
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