Crud
CLASS State

CLASS Crud.State


Field Summary
AfterCreate PUBLIC
           
AfterRemove PUBLIC
           
AfterUpdate PUBLIC
           
BeforeCreate PUBLIC
           
BeforeRemove PUBLIC
           
BeforeUpdate PUBLIC
           
 

Property Summary
State Instance PUBLIC GET PRIVATE SET
           
 

Method Summary
CONSTRUCTOR ()
           
INTEGER Count ()
           Counts the number of State
VOID CreateFixture ()
           Creates a data file for the unit test fixture program
State Get (CHARACTER p_State)
           gets a foo State
VOID Remove (State p_State)
           Removes the State record from the database
VOID Save (State p_State)
           This is a very long
 

Field Detail

AfterCreate

PUBLIC

AfterRemove

PUBLIC

AfterUpdate

PUBLIC

BeforeCreate

PUBLIC

BeforeRemove

PUBLIC

BeforeUpdate

PUBLIC

Property Detail

Instance

State PUBLIC GET PRIVATE SET

Method Detail

CONSTRUCTOR

CONSTRUCTOR()

Count

PUBLIC INTEGER Count()
Counts the number of State

Parameters:
NONE -
Returns:
INT

CreateFixture

PUBLIC VOID CreateFixture()
Creates a data file for the unit test fixture program

Parameters:
NONE -
Returns:
INT

Get

PUBLIC State Get(CHARACTER p_State)
gets a foo State

Parameters:
p_State - - char
Returns:
Model.State

Remove

PUBLIC VOID Remove(State p_State)
Removes the State record from the database

Parameters:
NONE -
Returns:
void

Save

PUBLIC VOID Save(State p_State)
This is a very long

Description. Saves changes to the State Object to the database
Parameters:
p_State:Model.State: -
Returns:
void