public class PortUserProxy extends Object implements UsesPort
| Constructor and Description |
|---|
PortUserProxy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the description value.
|
int |
getPort()
Get the port value.
|
Collection<PortDescriptor> |
getPortDescriptors()
Get the ports that this implementor uses.
|
void |
setDescription(String inDescription)
Sets the description value.
|
void |
setPort(int inPort)
Sets the port value.
|
public Collection<PortDescriptor> getPortDescriptors()
UsesPortgetPortDescriptors in interface UsesPortCollection<PortDescriptor> valuepublic int getPort()
int valuepublic void setPort(int inPort)
inPort - a int valuepublic String getDescription()
String valuepublic void setDescription(String inDescription)
inDescription - a String valueCopyright © 2017. All Rights Reserved.