fr.esrf.TangoApi
Class DeviceInfo
java.lang.Object
fr.esrf.TangoApi.DbDevImportInfo
fr.esrf.TangoApi.DeviceInfo
- All Implemented Interfaces:
- java.io.Serializable
public class DeviceInfo
- extends DbDevImportInfo
- implements java.io.Serializable
Class Description:
This class is an object containing the device information.
It extends DeviceInfo object with more info.
- Version:
- $Revision: 1.8 $
- Author:
- verdier
- See Also:
- Serialized Form
|
Field Summary |
java.lang.String |
last_exported
Date when the device has been exported last time; |
java.lang.String |
last_unexported
Date when the device has been unexported last time; |
|
Method Summary |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
last_exported
public java.lang.String last_exported
- Date when the device has been exported last time;
last_unexported
public java.lang.String last_unexported
- Date when the device has been unexported last time;
DeviceInfo
public DeviceInfo(DevVarLongStringArray info)
- Complete constructor.
toString
public java.lang.String toString()
- Overrides:
toString in class DbDevImportInfo
main
public static void main(java.lang.String[] args)