Class PBEAttributeCommand

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
                          |
                          +--PBEAttributeCommand
Direct Known Subclasses:
PBEInsertCommand, PBEQuery, PBESaveCommand

public class PBEAttributeCommand
extends PBECommand


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEAttributeCommand()
           
 
Method Summary
 varchar getAttributeStatus()
           
 
Methods inherited from class PBECommand
performActivation, performActivation
 
Methods inherited from class PBEMethod
activate, afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, inputValue, prepareAction
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, getValue, globalReference, hide, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBEAttributeCommand

public PBEAttributeCommand()
Method Detail

getAttributeStatus

public varchar getAttributeStatus()
Overrides:
getAttributeStatus in class PBEMethod