com.francetelecom.tr157.gen
Class RootDevice

java.lang.Object
  extended by com.francetelecom.tr157.gen.RootDevice
Direct Known Subclasses:
RootDeviceImp

public class RootDevice
extends java.lang.Object

Class RootDevice.

Author:
OrangeLabs R&D

Constructor Summary
RootDevice(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createHost()
          Create the parameter Host
 Parameter createLeaseTime()
          Create the parameter LeaseTime
 Parameter createLocation()
          Create the parameter Location
 Parameter createServer()
          Create the parameter Server
 Parameter createStatus()
          Create the parameter Status
 Parameter createUSN()
          Create the parameter USN
 Parameter createUUID()
          Create the parameter UUID
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamHost()
          Getter method of Host.
 Parameter getParamLeaseTime()
          Getter method of LeaseTime.
 Parameter getParamLocation()
          Getter method of Location.
 Parameter getParamServer()
          Getter method of Server.
 Parameter getParamStatus()
          Getter method of Status.
 Parameter getParamUSN()
          Getter method of USN.
 Parameter getParamUUID()
          Getter method of UUID.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootDevice

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

getParamUSN

public final Parameter getParamUSN()
Getter method of USN.

Returns:
_USN

createUSN

public final Parameter createUSN()
                          throws Fault
Create the parameter USN

Returns:
USN
Throws:
Fault - exception

getParamStatus

public final Parameter getParamStatus()
Getter method of Status.

Returns:
_Status

createStatus

public final Parameter createStatus()
                             throws Fault
Create the parameter Status

Returns:
Status
Throws:
Fault - exception

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

getParamUUID

public final Parameter getParamUUID()
Getter method of UUID.

Returns:
_UUID

createUUID

public final Parameter createUUID()
                           throws Fault
Create the parameter UUID

Returns:
UUID
Throws:
Fault - exception

getParamLocation

public final Parameter getParamLocation()
Getter method of Location.

Returns:
_Location

createLocation

public final Parameter createLocation()
                               throws Fault
Create the parameter Location

Returns:
Location
Throws:
Fault - exception

getParamLeaseTime

public final Parameter getParamLeaseTime()
Getter method of LeaseTime.

Returns:
_LeaseTime

createLeaseTime

public final Parameter createLeaseTime()
                                throws Fault
Create the parameter LeaseTime

Returns:
LeaseTime
Throws:
Fault - exception

getParamServer

public final Parameter getParamServer()
Getter method of Server.

Returns:
_Server

createServer

public final Parameter createServer()
                             throws Fault
Create the parameter Server

Returns:
Server
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.