Package com.skava.accounts.model.entity
Class ApprovalRuleEntity
java.lang.Object
com.skava.accounts.model.entity.ApprovalRuleEntity
- All Implemented Interfaces:
Serializable
@Entity(name="approvalrules")
@Config(defaultVariableName="approvalrules")
public class ApprovalRuleEntity
extends Object
implements Serializable
The class ApprovalRuleEntity represents the database fields of approvalrules.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApprovalRuleEntity
public ApprovalRuleEntity(long id) Instantiates a new approval rule entity.- Parameters:
id
- the id
-