com.francetelecom.admindm.model
Class DeviceIdStruct

java.lang.Object
  extended by com.francetelecom.admindm.model.DeviceIdStruct

public final class DeviceIdStruct
extends java.lang.Object

The Class DeviceIdStruct.


Constructor Summary
DeviceIdStruct(IParameterData pData)
          The Constructor.
 
Method Summary
 org.kxml2.kdom.Element encoded()
          Encoded.
 java.lang.String getManufacturer()
          Gets the manufacturer.
 java.lang.String getManufacturerOui()
          Gets the manufacturer oui.
 java.lang.String getProductClass()
          Gets the product class.
 java.lang.String getSerialNumber()
          Gets the serial number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceIdStruct

public DeviceIdStruct(IParameterData pData)
The Constructor.

Parameters:
pData - the parameter data
Method Detail

encoded

public org.kxml2.kdom.Element encoded()
Encoded.

Returns:
the element

getManufacturer

public java.lang.String getManufacturer()
Gets the manufacturer.

Returns:
the manufacturer

getManufacturerOui

public java.lang.String getManufacturerOui()
Gets the manufacturer oui.

Returns:
the manufacturer oui

getSerialNumber

public java.lang.String getSerialNumber()
Gets the serial number.

Returns:
the serial number

getProductClass

public java.lang.String getProductClass()
Gets the product class.

Returns:
the product class


Copyright © 2011 FranceTelecom. All Rights Reserved.