com.francetelecom.tr106.gen
Class Time

java.lang.Object
  extended by com.francetelecom.tr106.gen.Time
Direct Known Subclasses:
TimeImp

public class Time
extends java.lang.Object

Class Time.

Author:
OrangeLabs R&D

Constructor Summary
Time(IParameterData pData, java.lang.String pBasePath)
          Default constructor.
 
Method Summary
 Parameter createCurrentLocalTime()
          Create the parameter CurrentLocalTime
 Parameter createLocalTimeZone()
          Create the parameter LocalTimeZone
 Parameter createNTPServer1()
          Create the parameter NTPServer1
 Parameter createNTPServer2()
          Create the parameter NTPServer2
 Parameter createNTPServer3()
          Create the parameter NTPServer3
 Parameter createNTPServer4()
          Create the parameter NTPServer4
 Parameter createNTPServer5()
          Create the parameter NTPServer5
 java.lang.String getBasePath()
          Get the basePath.
 IParameterData getData()
          Get the data.
 Parameter getParamCurrentLocalTime()
          Getter method of CurrentLocalTime.
 Parameter getParamLocalTimeZone()
          Getter method of LocalTimeZone.
 Parameter getParamNTPServer1()
          Getter method of NTPServer1.
 Parameter getParamNTPServer2()
          Getter method of NTPServer2.
 Parameter getParamNTPServer3()
          Getter method of NTPServer3.
 Parameter getParamNTPServer4()
          Getter method of NTPServer4.
 Parameter getParamNTPServer5()
          Getter method of NTPServer5.
 void initialize()
          Initialiser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Time

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

getParamLocalTimeZone

public final Parameter getParamLocalTimeZone()
Getter method of LocalTimeZone.

Returns:
_LocalTimeZone

createLocalTimeZone

public final Parameter createLocalTimeZone()
                                    throws Fault
Create the parameter LocalTimeZone

Returns:
LocalTimeZone
Throws:
Fault - exception

getParamNTPServer1

public final Parameter getParamNTPServer1()
Getter method of NTPServer1.

Returns:
_NTPServer1

createNTPServer1

public final Parameter createNTPServer1()
                                 throws Fault
Create the parameter NTPServer1

Returns:
NTPServer1
Throws:
Fault - exception

getParamNTPServer2

public final Parameter getParamNTPServer2()
Getter method of NTPServer2.

Returns:
_NTPServer2

createNTPServer2

public final Parameter createNTPServer2()
                                 throws Fault
Create the parameter NTPServer2

Returns:
NTPServer2
Throws:
Fault - exception

getParamNTPServer3

public final Parameter getParamNTPServer3()
Getter method of NTPServer3.

Returns:
_NTPServer3

createNTPServer3

public final Parameter createNTPServer3()
                                 throws Fault
Create the parameter NTPServer3

Returns:
NTPServer3
Throws:
Fault - exception

getParamNTPServer4

public final Parameter getParamNTPServer4()
Getter method of NTPServer4.

Returns:
_NTPServer4

createNTPServer4

public final Parameter createNTPServer4()
                                 throws Fault
Create the parameter NTPServer4

Returns:
NTPServer4
Throws:
Fault - exception

getParamCurrentLocalTime

public final Parameter getParamCurrentLocalTime()
Getter method of CurrentLocalTime.

Returns:
_CurrentLocalTime

createCurrentLocalTime

public final Parameter createCurrentLocalTime()
                                       throws Fault
Create the parameter CurrentLocalTime

Returns:
CurrentLocalTime
Throws:
Fault - exception

getParamNTPServer5

public final Parameter getParamNTPServer5()
Getter method of NTPServer5.

Returns:
_NTPServer5

createNTPServer5

public final Parameter createNTPServer5()
                                 throws Fault
Create the parameter NTPServer5

Returns:
NTPServer5
Throws:
Fault - exception


Copyright © 2011 FranceTelecom. All Rights Reserved.