Class ClientIdentifierCommand
java.lang.Object
org.apache.fineract.portfolio.client.command.ClientIdentifierCommand
Immutable command for creating or updating details of a client identifier.
-
Constructor Summary
ConstructorsConstructorDescriptionClientIdentifierCommand(Long documentTypeId, String documentKey, String statusString, String description) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Constructor Details
-
ClientIdentifierCommand
-
-
Method Details
-
getDocumentTypeId
-
getDocumentKey
-
getDescription
-
validateForCreate
public void validateForCreate() -
validateForUpdate
public void validateForUpdate()
-