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 boolean
equals(Object obj)
E
getEntity()
List<PropagationStatus>
getPropagationStatuses()
int
hashCode()
void
setEntity(E entity)
-
-
-
Method Detail
-
getEntity
public E getEntity()
-
setEntity
public void setEntity(E entity)
-
getPropagationStatuses
public List<PropagationStatus> getPropagationStatuses()
-
-