Class ClientBusinessEvent
java.lang.Object
org.apache.fineract.infrastructure.event.business.domain.AbstractBusinessEvent<org.apache.fineract.portfolio.client.domain.Client>
org.apache.fineract.infrastructure.event.business.domain.client.ClientBusinessEvent
- All Implemented Interfaces:
org.apache.fineract.infrastructure.event.business.domain.BusinessEvent<org.apache.fineract.portfolio.client.domain.Client>
- Direct Known Subclasses:
ClientActivateBusinessEvent,ClientCreateBusinessEvent,ClientRejectBusinessEvent
public abstract class ClientBusinessEvent
extends org.apache.fineract.infrastructure.event.business.domain.AbstractBusinessEvent<org.apache.fineract.portfolio.client.domain.Client>
-
Constructor Summary
ConstructorsConstructorDescriptionClientBusinessEvent(org.apache.fineract.portfolio.client.domain.Client value) -
Method Summary
Methods inherited from class org.apache.fineract.infrastructure.event.business.domain.AbstractBusinessEvent
getMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.fineract.infrastructure.event.business.domain.BusinessEvent
getType
-
Constructor Details
-
ClientBusinessEvent
public ClientBusinessEvent(org.apache.fineract.portfolio.client.domain.Client value)
-
-
Method Details
-
getCategory
-
getAggregateRootId
-