asgaard.skid
Class TestBean

java.lang.Object
  |
  +--asgaard.skid.SkidBean
        |
        +--asgaard.skid.TestBean

public class TestBean
extends SkidBean

TestBean is a dummy for test-purpos

See Also:
Serialized Form

Fields inherited from class asgaard.skid.SkidBean
broker, debug, history_policy, LAST_METHOD
 
Constructor Summary
TestBean()
          Creates an instance of the TestBean class.
 
Method Summary
 java.lang.String getName()
          Gets the qualified Name of the Bean.
 void setName(java.lang.String value)
          Gets the qualified Name of the Bean.
 
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
 

Constructor Detail

TestBean

public TestBean()
Creates an instance of the TestBean class.
Method Detail

getName

public java.lang.String getName()
Gets the qualified Name of the Bean.
Overrides:
getName in class SkidBean

setName

public void setName(java.lang.String value)
Gets the qualified Name of the Bean.