public interface Location extends Serializable, Concept
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Read the address for a location.
|
java.lang.String |
getID()
Read a unique ID for the location.
|
java.lang.String |
getName()
Read the name of a location.
|
java.lang.String |
getProtocol()
Read the protocol for a location.
|
java.lang.String getID()
String
representing the location.java.lang.String getName()
java.lang.String getProtocol()
java.lang.String getAddress()