public class DeviceElementMapping extends java.lang.Object implements IDeviceElementMapping, java.io.Serializable
IDeviceElementMapping.| Constructor and Description |
|---|
DeviceElementMapping() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceElementMapping |
copy(IDeviceElementMapping input) |
IDevice |
getDevice() |
java.lang.String |
getDeviceElementSchemaPath()
Get path in
IDeviceElementSchema being mapped. |
java.lang.String |
getHardwareId()
Get hardware id of
IDevice being mapped. |
void |
setDevice(IDevice device) |
void |
setDeviceElementSchemaPath(java.lang.String deviceElementSchemaPath) |
void |
setHardwareId(java.lang.String hardwareId) |
public java.lang.String getDeviceElementSchemaPath()
IDeviceElementMappingIDeviceElementSchema being mapped.getDeviceElementSchemaPath in interface IDeviceElementMappingpublic void setDeviceElementSchemaPath(java.lang.String deviceElementSchemaPath)
public java.lang.String getHardwareId()
IDeviceElementMappingIDevice being mapped.getHardwareId in interface IDeviceElementMappingpublic void setHardwareId(java.lang.String hardwareId)
public IDevice getDevice()
public void setDevice(IDevice device)
public static DeviceElementMapping copy(IDeviceElementMapping input)