com.francetelecom.tr157.gen
Class SelfTestDiagnostics

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

public class SelfTestDiagnostics
extends java.lang.Object

Class SelfTestDiagnostics.

Author:
OrangeLabs R&D

Constructor Summary
SelfTestDiagnostics(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createDiagnosticsState()
          Create the parameter DiagnosticsState
 Parameter createResults()
          Create the parameter Results
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamDiagnosticsState()
          Getter method of DiagnosticsState.
 Parameter getParamResults()
          Getter method of Results.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfTestDiagnostics

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

getParamDiagnosticsState

public final Parameter getParamDiagnosticsState()
Getter method of DiagnosticsState.

Returns:
_DiagnosticsState

createDiagnosticsState

public final Parameter createDiagnosticsState()
                                       throws Fault
Create the parameter DiagnosticsState

Returns:
DiagnosticsState
Throws:
Fault - exception

getParamResults

public final Parameter getParamResults()
Getter method of Results.

Returns:
_Results

createResults

public final Parameter createResults()
                              throws Fault
Create the parameter Results

Returns:
Results
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.