org.jboss.portal.test.security.store
Class TestObject

java.lang.Object
  extended byorg.jboss.portal.test.security.store.TestObject
All Implemented Interfaces:
java.io.Serializable

public class TestObject
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int CREATED
           
static int DESTROYED
           
 
Constructor Summary
TestObject(Fqn fqn, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATED

public static final int CREATED
See Also:
Constant Field Values

DESTROYED

public static final int DESTROYED
See Also:
Constant Field Values
Constructor Detail

TestObject

public TestObject(Fqn fqn,
                  java.lang.String name)