com.francetelecom.tr157.gen
Class Firewall

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

public class Firewall
extends java.lang.Object

Class Firewall.

Author:
OrangeLabs R&D

Constructor Summary
Firewall(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createConfig()
          Create the parameter Config
 Parameter createLastChange()
          Create the parameter LastChange
 Parameter createVersion()
          Create the parameter Version
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamConfig()
          Getter method of Config.
 Parameter getParamLastChange()
          Getter method of LastChange.
 Parameter getParamVersion()
          Getter method of Version.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Firewall

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

getParamConfig

public final Parameter getParamConfig()
Getter method of Config.

Returns:
_Config

createConfig

public final Parameter createConfig()
                             throws Fault
Create the parameter Config

Returns:
Config
Throws:
Fault - exception

getParamVersion

public final Parameter getParamVersion()
Getter method of Version.

Returns:
_Version

createVersion

public final Parameter createVersion()
                              throws Fault
Create the parameter Version

Returns:
Version
Throws:
Fault - exception

getParamLastChange

public final Parameter getParamLastChange()
Getter method of LastChange.

Returns:
_LastChange

createLastChange

public final Parameter createLastChange()
                                 throws Fault
Create the parameter LastChange

Returns:
LastChange
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.