Class ApprovalRule
java.lang.Object
com.skava.accounts.model.exchange.ApprovalRule
- All Implemented Interfaces:
Serializable
This Class ApprovalRule is used as the model object for ApprovalRule Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocalDateTime
The createdTime param.protected LocalDateTime
The updatedTime param. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(ApprovalRuleDO approvalRuleDO) From domain object.This function is used to map the params present in objectApprovalRule
toApprovalRuleDO
-
Field Details
-
createdTime
The createdTime param. -
updatedTime
The updatedTime param.
-
-
Constructor Details
-
ApprovalRule
public ApprovalRule()Instantiates a new Approval Rule.
-
-
Method Details
-
fromDomainObject
From domain object. This function is used to map the params present in objectApprovalRuleDO
toApprovalRule
- Parameters:
approvalRuleDO
- which is to be mapped to an object of typeApprovalRuleDO
- Returns:
- It returns an object of type
ApprovalRule
.
-
toDomainObject
This function is used to map the params present in objectApprovalRule
toApprovalRuleDO
- Returns:
- It returns the object of type
ApprovalRuleDO
.
-