org.openliberty.openaz.pep
Class AzWrapperObject<T extends java.lang.Enum<T>>

java.lang.Object
  extended by org.openliberty.openaz.pep.AzWrapperObject<T>
Direct Known Subclasses:
AzWrapperRequestObject, AzWrapperResponseObject

public abstract class AzWrapperObject<T extends java.lang.Enum<T>>
extends java.lang.Object


Field Summary
  wrappedObject
           
 
Constructor Summary
AzWrapperObject( wrappedObject)
           
 
Method Summary
  getWrappedObject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wrappedObject

public  wrappedObject
Constructor Detail

AzWrapperObject

public AzWrapperObject( wrappedObject)
Method Detail

getWrappedObject

public  getWrappedObject()