|
||||
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 |
|---|
PUBLIC
PUBLIC
PUBLIC
PUBLIC
PUBLIC
PUBLIC
| Property Detail |
|---|
State PUBLIC GET PRIVATE SET
| Method Detail |
|---|
CONSTRUCTOR()
PUBLIC INTEGER
Count()
PUBLIC VOID
CreateFixture()
PUBLIC State
Get(CHARACTER p_State)
PUBLIC VOID
Remove(State p_State)
PUBLIC VOID
Save(State p_State)