banshee.lang
Class Template

java.lang.Object
  |
  +--asgaard.skid.SkidBean
        |
        +--banshee.lang.Entity
              |
              +--banshee.lang.Template

public class Template
extends Entity

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.

See Also:
asgaard.banshee.lang.Entry, Serialized Form

Field 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

iKeys

protected int[] iKeys
The keys to get the Items from Skid
Constructor Detail

Template

public Template()
         throws java.lang.Exception
Instanciates a Template
Throws:
java.lang.Exception -  
Method Detail

getTemplate

public Entity getTemplate()
Returns the Template used by this Action
Overrides:
getTemplate in class Entity

getItems

public asgaard.lang.Item[] getItems()
Returns the Item-List

getDefaults

public java.lang.Object[] getDefaults()
Returns the Defaults