com.francetelecom.tr157.gen
Class AutonomousTransferCompletePolicy

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

public class AutonomousTransferCompletePolicy
extends java.lang.Object

Class AutonomousTransferCompletePolicy.

Author:
OrangeLabs R&D

Constructor Summary
AutonomousTransferCompletePolicy(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createEnable()
          Create the parameter Enable
 Parameter createFileTypeFilter()
          Create the parameter FileTypeFilter
 Parameter createTransferTypeFilter()
          Create the parameter TransferTypeFilter
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamEnable()
          Getter method of Enable.
 Parameter getParamFileTypeFilter()
          Getter method of FileTypeFilter.
 Parameter getParamTransferTypeFilter()
          Getter method of TransferTypeFilter.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutonomousTransferCompletePolicy

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

getParamTransferTypeFilter

public final Parameter getParamTransferTypeFilter()
Getter method of TransferTypeFilter.

Returns:
_TransferTypeFilter

createTransferTypeFilter

public final Parameter createTransferTypeFilter()
                                         throws Fault
Create the parameter TransferTypeFilter

Returns:
TransferTypeFilter
Throws:
Fault - exception

getParamEnable

public final Parameter getParamEnable()
Getter method of Enable.

Returns:
_Enable

createEnable

public final Parameter createEnable()
                             throws Fault
Create the parameter Enable

Returns:
Enable
Throws:
Fault - exception

getParamFileTypeFilter

public final Parameter getParamFileTypeFilter()
Getter method of FileTypeFilter.

Returns:
_FileTypeFilter

createFileTypeFilter

public final Parameter createFileTypeFilter()
                                     throws Fault
Create the parameter FileTypeFilter

Returns:
FileTypeFilter
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.