com.francetelecom.tr106.gen
Class GatewayInfo

java.lang.Object
  extended by com.francetelecom.tr106.gen.GatewayInfo

public class GatewayInfo
extends java.lang.Object

Class GatewayInfo.

Author:
OrangeLabs R&D

Constructor Summary
GatewayInfo(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createManufacturerOUI()
          Create the parameter ManufacturerOUI
 Parameter createProductClass()
          Create the parameter ProductClass
 Parameter createSerialNumber()
          Create the parameter SerialNumber
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamManufacturerOUI()
          Getter method of ManufacturerOUI.
 Parameter getParamProductClass()
          Getter method of ProductClass.
 Parameter getParamSerialNumber()
          Getter method of SerialNumber.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayInfo

public GatewayInfo(IParameterData pData,
                   java.lang.String pBasePath)
Default constructor.

Parameters:
pData - data model
pBasePath - base path of attribute
pPersist - persistence
Method Detail

getData

public final IParameterData getData()
Get the data.

Returns:
the data

getBasePath

public final java.lang.String getBasePath()
Get the basePath.

Returns:
the basePath

initialize

public void initialize()
                throws Fault
Initialiser.

Throws:
Fault

getParamSerialNumber

public final Parameter getParamSerialNumber()
Getter method of SerialNumber.

Returns:
_SerialNumber

createSerialNumber

public final Parameter createSerialNumber()
                                   throws Fault
Create the parameter SerialNumber

Returns:
SerialNumber
Throws:
Fault - exception

getParamManufacturerOUI

public final Parameter getParamManufacturerOUI()
Getter method of ManufacturerOUI.

Returns:
_ManufacturerOUI

createManufacturerOUI

public final Parameter createManufacturerOUI()
                                      throws Fault
Create the parameter ManufacturerOUI

Returns:
ManufacturerOUI
Throws:
Fault - exception

getParamProductClass

public final Parameter getParamProductClass()
Getter method of ProductClass.

Returns:
_ProductClass

createProductClass

public final Parameter createProductClass()
                                   throws Fault
Create the parameter ProductClass

Returns:
ProductClass
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.