Class EntityWrapper<T extends EntityTO>

java.lang.Object
org.apache.syncope.client.ui.commons.wizards.any.EntityWrapper<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DynRealmWrapper, NotificationWrapper, PushTaskWrapper, RoleWrapper

public class EntityWrapper<T extends EntityTO> extends Object implements Serializable
See Also:
  • Field Details

    • entityTO

      protected final T extends EntityTO entityTO
  • Constructor Details

    • EntityWrapper

      public EntityWrapper(T entityTO)
  • Method Details

    • getInnerObject

      public T getInnerObject()