public class Unit extends CGateObject implements java.lang.Comparable<Unit>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Unit o) |
CGateObject |
getCGateObject(java.lang.String address) |
java.lang.String |
getExistsOnNetwork() |
java.lang.String |
getFirmware() |
protected java.lang.String |
getKey() |
java.lang.String |
getName() |
Network |
getNetwork() |
java.lang.String |
getSerialNumber() |
int |
getUnitID() |
java.lang.String |
getUnitName() |
java.lang.String |
getUnitType() |
boolean |
onNetwork() |
cacheObject, clearCache, clearCache, getAddress, getAllCachedObjects, getCachedObject, getCGateSession, setupSubtreeCache, uncacheObjectprotected java.lang.String getKey()
getKey in class CGateObjectpublic CGateObject getCGateObject(java.lang.String address) throws CGateException
getCGateObject in class CGateObjectCGateExceptionpublic int compareTo(Unit o)
compareTo in interface java.lang.Comparable<Unit>public int getUnitID()
public Network getNetwork()
public java.lang.String getExistsOnNetwork()
public boolean onNetwork()
public java.lang.String getName()
throws CGateException
CGateExceptionpublic java.lang.String getUnitType()
throws CGateException
CGateExceptionpublic java.lang.String getSerialNumber()
throws CGateException
CGateExceptionpublic java.lang.String getUnitName()
throws CGateException
CGateExceptionpublic java.lang.String getFirmware()
throws CGateException
CGateException