public interface LocalAddressSSNMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getSubSystemNumber()
Gets the value of the subSystemNumber property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSubSystemNumber(java.math.BigInteger value)
Sets the value of the subSystemNumber property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getSubSystemNumber()
void setSubSystemNumber(java.math.BigInteger value)
java.lang.String getDescription()
void setDescription(java.lang.String value)
java.lang.String getAlias()
void setAlias(java.lang.String value)