org.jboss.cache.pojo.impl
Class PojoReference

java.lang.Object
  extended by org.jboss.cache.pojo.impl.PojoReference
All Implemented Interfaces:
Serializable

public class PojoReference
extends Object
implements Serializable

POJO reference that contains the information to point to the real POJO storage.

Author:
Ben Wang
See Also:
Serialized Form

Field Summary
static String KEY
           
 
Constructor Summary
PojoReference()
           
 
Method Summary
 org.jboss.cache.Fqn getFqn()
           
 Class getPojoClass()
           
 void setFqn(org.jboss.cache.Fqn fqn)
           
 void setPojoClass(Class clazz)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values
Constructor Detail

PojoReference

public PojoReference()
Method Detail

setFqn

public void setFqn(org.jboss.cache.Fqn fqn)

getFqn

public org.jboss.cache.Fqn getFqn()

setPojoClass

public void setPojoClass(Class clazz)

getPojoClass

public Class getPojoClass()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.