com.francetelecom.tr157.gen
Class USBHosts

java.lang.Object
  extended by com.francetelecom.tr157.gen.USBHosts

public class USBHosts
extends java.lang.Object

Class USBHosts.

Author:
OrangeLabs R&D

Constructor Summary
USBHosts(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createHost()
          Create the parameter Host
 Parameter createHostNumberOfEntries()
          Create the parameter HostNumberOfEntries
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamHost()
          Getter method of Host.
 Parameter getParamHostNumberOfEntries()
          Getter method of HostNumberOfEntries.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USBHosts

public USBHosts(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

getParamHost

public final Parameter getParamHost()
Getter method of Host.

Returns:
_Host

createHost

public final Parameter createHost()
                           throws Fault
Create the parameter Host

Returns:
Host
Throws:
Fault - exception

getParamHostNumberOfEntries

public final Parameter getParamHostNumberOfEntries()
Getter method of HostNumberOfEntries.

Returns:
_HostNumberOfEntries

createHostNumberOfEntries

public final Parameter createHostNumberOfEntries()
                                          throws Fault
Create the parameter HostNumberOfEntries

Returns:
HostNumberOfEntries
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.