|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--asgaard.skid.SkidBean | +--banshee.lang.Entity | +--banshee.lang.Template
This class holds a individual configuration of a typical action in workout. Individual means, different sports(wo)men have different "defaults" with their Training but uses them as a typical pattern whith their workout very often. These templates are used by their Entries which documentate an action in workout.
asgaard.banshee.lang.Entry
, Serialized FormField Summary | |
protected int[] |
iKeys
The keys to get the Items from Skid |
Fields inherited from class banshee.lang.Entity |
items,
values |
Fields inherited from class asgaard.skid.SkidBean |
broker,
debug,
history_policy,
LAST_METHOD |
Constructor Summary | |
Template()
Instanciates a Template |
Method Summary | |
java.lang.Object[] |
getDefaults()
Returns the Defaults |
asgaard.lang.Item[] |
getItems()
Returns the Item-List |
Entity |
getTemplate()
Returns the Template used by this Action |
Methods inherited from class banshee.lang.Entity |
getName,
item,
length,
setName |
Methods inherited from class asgaard.skid.SkidBean |
addEvent,
cloneBean,
flush,
getAge,
getBeanType,
getBroker,
getChangeHistory,
getClassKey,
getCreated,
getEvent,
getFilter,
getIdentifier,
getKey,
getLink,
getMethods,
getModified,
getObject,
getUpdatePolicy,
init,
invoke,
isChanged,
isNew,
isReadOnly,
modify,
putLink,
setAge,
setObject,
suscribeEvent,
undo |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int[] iKeys
Constructor Detail |
public Template() throws java.lang.Exception
Method Detail |
public Entity getTemplate()
public asgaard.lang.Item[] getItems()
public java.lang.Object[] getDefaults()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |