CorpInterfaceBasis class

interface-Base class for corp classes, serves more like a model to further develop more complicated classes. users: affair, bind, corp_interf, corporate, store

Implementers

Constructors

CorpInterfaceBasis()
constructor: superclass must have a zeroarguments constructor CorpInterfaceBasis(this.name, this.motto, this.clause);

Properties

ab String
changed ab from: * BN * to :hb:
getter/setter pair
buf StringBuffer
getter/setter pair
clause String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
langLL List<List<String>>
getter/setter pair
logL List<String>
Recording simple events, to track activity / flow.
getter/setter pair
motto String
getter/setter pair
name String
getter/setter pair
placardMM Map<String, Map<String, String>>
NOTE First record: 'FirstActor'
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sayM Map<String, String>
getter/setter pair
sigL List<String>
Meaningful, demanding action events, to track activity / flow.
getter/setter pair

Methods

act() → void
Give variables their start values.
actAsync() → void
Shaping everybody-to-use functionality for series of commands.
boxDw(String _caller) → void
Box-shaped list, String or buffer output.
build() → void
Give variables their start values.
done() → void
init() → void
Give variables their start values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roll() → void
Shaping everybody-to-use functionality for series of commands.
rollExtra() → void
Shaping everybody-to-use functionality for series of commands.
rowReport() String
Nice one-row report.
show() → void
Shaping joint functionality for presentation.
sleep() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited