Model
CLASS State

CLASS Model.State


Property Summary
LOGICAL Found PUBLIC GET PRIVATE SET
           
CHARACTER PrivateData PUBLIC GET SET
           
CHARACTER Region PUBLIC GET SET
           
ROWID rowid PUBLIC GET SET
           
CHARACTER State PUBLIC GET SET
           
CHARACTER StateName PUBLIC GET SET
           
 

Method Summary
CONSTRUCTOR ()
           
STATIC State get (CHARACTER p_State)
           gets a State
VOID Remove ()
           Removes the State database record
VOID Save ()
           Saves changes to the State instance to the database
VOID TestSave ()
           Verifies whether changes to the State instance can be written to the database
 

Property Detail

Found

LOGICAL PUBLIC GET PRIVATE SET

PrivateData

CHARACTER PUBLIC GET SET

Region

CHARACTER PUBLIC GET SET

rowid

ROWID PUBLIC GET SET

State

CHARACTER PUBLIC GET SET

StateName

CHARACTER PUBLIC GET SET

Method Detail

CONSTRUCTOR

CONSTRUCTOR()

get

STATIC PUBLIC State get(CHARACTER p_State)
gets a State

Parameters:
p_State - - char
Returns:
State

Remove

PUBLIC VOID Remove()
Removes the State database record

Parameters:
NONE -
Returns:
void

Save

PUBLIC VOID Save()
Saves changes to the State instance to the database

Parameters:
NONE -
Returns:
void

TestSave

PUBLIC VOID TestSave()
Verifies whether changes to the State instance can be written to the database

Parameters:
NONE -
Returns:
void