Package com.skava.promotion.model.domain
Class CodeAllocationDO
java.lang.Object
com.skava.core.validation.InputModel
com.skava.promotion.model.domain.CodeAllocationDO
- All Implemented Interfaces:
Serializable
public class CodeAllocationDO
extends com.skava.core.validation.InputModel
This class contains the attributes for code allocation
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(CodeAllocation codeAllocation) Set's the code allocation data from entity to domain objecttoEntity()
Set's the code allocation data from this class instance attributes to entity
-
Constructor Details
-
CodeAllocationDO
public CodeAllocationDO()
-
-
Method Details
-
fromEntity
Set's the code allocation data from entity to domain object- Parameters:
codeAllocation
- Instance ofCodeAllocation
- Returns:
- Instance of
CodeAllocationDO
-
toEntity
Set's the code allocation data from this class instance attributes to entity- Returns:
- Instance of
CodeAllocation
-