Package org.apache.syncope.common.lib.to
Class ProvisioningResult<E extends EntityTO>
- java.lang.Object
-
- org.apache.syncope.common.lib.to.ProvisioningResult<E>
-
- All Implemented Interfaces:
Serializable,BaseBean
public class ProvisioningResult<E extends EntityTO> extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProvisioningResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)EgetEntity()List<PropagationStatus>getPropagationStatuses()inthashCode()voidsetEntity(E entity)
-
-
-
Method Detail
-
getEntity
public E getEntity()
-
setEntity
public void setEntity(E entity)
-
getPropagationStatuses
public List<PropagationStatus> getPropagationStatuses()
-
-