SAP ABAP Class CL_SPFLI_PERSISTENT (Persistent Demo Class for SPFLI)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABAPDEMOS (Package) Demos for ABAP Documentation, not meant for productive use
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20010112
Properties
Class CL_SPFLI_PERSISTENT  
Short Description Persistent Demo Class for SPFLI    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package SABAPDEMOS   Demos for ABAP Documentation, not meant for productive use 
Created 20010112   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20010112
Friends
# Friend Modeled only Created on Description
1 CB_SPFLI_PERSISTENT 20050227 Base Agent Persistent Demo Class for SPFLI
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AIRPFROM Instance attribute Protected Type reference (TYPE) S_FROMAIRP Departure Airport 20010112
2 AIRPTO Instance attribute Protected Type reference (TYPE) S_TOAIRP Destination Airport 20010112
3 ARRTIME Instance attribute Protected Type reference (TYPE) S_ARR_TIME Arrival Time 20010112
4 CARRID Instance attribute Protected Type reference (TYPE) S_CARR_ID Airline Code 20010112
5 CITYFROM Instance attribute Protected Type reference (TYPE) S_FROM_CIT Departure City 20010112
6 CITYTO Instance attribute Protected Type reference (TYPE) S_TO_CITY Arrival city 20010112
7 CONNID Instance attribute Protected Type reference (TYPE) S_CONN_ID Flight connection code 20010112
8 COUNTRYFR Instance attribute Protected Type reference (TYPE) LAND1 Country Indic. 20010112
9 COUNTRYTO Instance attribute Protected Type reference (TYPE) LAND1 Country Indic. 20010112
10 DEPTIME Instance attribute Protected Type reference (TYPE) S_DEP_TIME Departure time 20010112
11 DISTANCE Instance attribute Protected Type reference (TYPE) S_DISTANCE Distance 20010112
12 DISTID Instance attribute Protected Type reference (TYPE) S_DISTID Mass unit of distance (kms, miles) 20010112
13 FLTIME Instance attribute Protected Type reference (TYPE) S_FLTIME Flight time 20010112
14 FLTYPE Instance attribute Protected Type reference (TYPE) S_FLTYPE Flight type (charter or scheduled) 20010112
15 PERIOD Instance attribute Protected Type reference (TYPE) S_PERIOD Arrival n day(s) later 20010112
Methods
# Method Level Visibility Method type Description Created on
1 GET_AIRPFROM Instance method Public Get-method of a virtual attribute Sets the Attribute AIRPFROM 20010112
2 GET_AIRPTO Instance method Public Get-method of a virtual attribute Reads the Attribute AIRPTO 20010112
3 GET_ARRTIME Instance method Public Get-method of a virtual attribute Reads the Attribute ARRTIME 20010112
4 GET_CARRID Instance method Public Get-method of a virtual attribute Reads the Attribute CARRID 20010112
5 GET_CITYFROM Instance method Public Get-method of a virtual attribute Reads the Attribute CITYFROM 20010112
6 GET_CITYTO Instance method Public Get-method of a virtual attribute Reads the Attribute CITYTO 20010112
7 GET_CONNID Instance method Public Get-method of a virtual attribute Reads the Attribute CONNID 20010112
8 GET_COUNTRYFR Instance method Public Get-method of a virtual attribute Reads the Attribute COUNTRYFR 20010112
9 GET_COUNTRYTO Instance method Public Get-method of a virtual attribute Reads the Attribute COUNTRYTO 20010112
10 GET_DEPTIME Instance method Public Get-method of a virtual attribute Reads the Attribute DEPTIME 20010112
11 GET_DISTANCE Instance method Public Get-method of a virtual attribute Reads the Attribute DISTANCE 20010112
12 GET_DISTID Instance method Public Get-method of a virtual attribute Reads the Attribute DISTID 20010112
13 GET_FLTIME Instance method Public Get-method of a virtual attribute Reads the Attribute FLTIME 20010112
14 GET_FLTYPE Instance method Public Get-method of a virtual attribute Reads the Attribute FLTYPE 20010112
15 GET_PERIOD Instance method Public Get-method of a virtual attribute Reads the Attribute PERIOD 20010112
16 SET_AIRPFROM Instance method Public Set-method of a virtual attribute Sets the Attribute AIRPFROM 20010112
17 SET_AIRPTO Instance method Public Set-method of a virtual attribute Sets the Attribute AIRPTO 20010112
18 SET_ARRTIME Instance method Public Set-method of a virtual attribute Sets the Attribute ARRTIME 20010112
19 SET_CITYFROM Instance method Public Set-method of a virtual attribute Sets the Attribute CITYFROM 20010112
20 SET_CITYTO Instance method Public Set-method of a virtual attribute Sets the Attribute CITYTO 20010112
21 SET_COUNTRYFR Instance method Public Set-method of a virtual attribute Sets the Attribute COUNTRYFR 20010112
22 SET_COUNTRYTO Instance method Public Set-method of a virtual attribute Sets the Attribute COUNTRYTO 20010112
23 SET_DEPTIME Instance method Public Set-method of a virtual attribute Sets the Attribute DEPTIME 20010112
24 SET_DISTANCE Instance method Public Set-method of a virtual attribute Sets the Attribute DISTANCE 20010112
25 SET_DISTID Instance method Public Set-method of a virtual attribute Sets the Attribute DISTID 20010112
26 SET_FLTIME Instance method Public Set-method of a virtual attribute Sets the Attribute FLTIME 20010112
27 SET_FLTYPE Instance method Public Set-method of a virtual attribute Sets the Attribute FLTYPE 20010112
28 SET_PERIOD Instance method Public Set-method of a virtual attribute Sets the Attribute PERIOD 20010112
Events
Class CL_SPFLI_PERSISTENT has no event.
Types
Class CL_SPFLI_PERSISTENT has no local type.
Method Signatures

Method GET_AIRPFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FROMAIRP Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_AIRPTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_TOAIRP Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_ARRTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_ARR_TIME Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_CARR_ID Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_CITYFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FROM_CIT Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_CITYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_TO_CITY Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_CONNID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_CONN_ID Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_COUNTRYFR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LAND1 Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_COUNTRYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LAND1 Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_DEPTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_DEP_TIME Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_DISTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_DISTANCE Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_DISTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_DISTID Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_FLTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FLTIME Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_FLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FLTYPE Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method GET_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_PERIOD Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_AIRPFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AIRPFROM Call by reference Type reference (TYPE) S_FROMAIRP Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_AIRPTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AIRPTO Call by reference Type reference (TYPE) S_TOAIRP Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_ARRTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ARRTIME Call by reference Type reference (TYPE) S_ARR_TIME Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_CITYFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CITYFROM Call by reference Type reference (TYPE) S_FROM_CIT Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_CITYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CITYTO Call by reference Type reference (TYPE) S_TO_CITY Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_COUNTRYFR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNTRYFR Call by reference Type reference (TYPE) LAND1 Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_COUNTRYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNTRYTO Call by reference Type reference (TYPE) LAND1 Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_DEPTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEPTIME Call by reference Type reference (TYPE) S_DEP_TIME Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_DISTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISTANCE Call by reference Type reference (TYPE) S_DISTANCE Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_DISTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISTID Call by reference Type reference (TYPE) S_DISTID Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_FLTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLTIME Call by reference Type reference (TYPE) S_FLTIME Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_FLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLTYPE Call by reference Type reference (TYPE) S_FLTYPE Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112

Method SET_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERIOD Call by reference Type reference (TYPE) S_PERIOD Attributwert 20010112
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010112
History
Last changed by/on SAP  20090618 
SAP Release Created in 610