public static class CalixOnt.PortDescription
extends java.lang.Object
| Constructor and Description |
|---|
PortDescription() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of the port.
|
java.lang.String |
getName()
Gets the name of the port.
|
void |
setDescription(java.lang.String description)
Sets the description of the port.
|
void |
setName(java.lang.String name)
Sets the name of the port.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the port name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the port description to set