Package com.skava.model.domain
Class AttributeDO
java.lang.Object
com.skava.model.domain.AttributeDO
- All Implemented Interfaces:
Serializable
The class AttributeDO is used as the domain model object for Attributes
entity.
- Since:
- June 2024
- Version:
- 8.18.4
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(AttributeEntity attribute) This method is used to convert AttributeEntity object to AttributeDo object.toEntity()
This method is used to convert AttributeDO object to AttributeEntity object.toEntityPatch
(AttributeDO attributeDO, AttributeDO attributeDomainold) This method is used to convert AttributeDO object to AttributeEntity object.
-
Field Details
-
createdTime
createdTime param*. -
updatedTime
updatedTime param*. -
sequence
sequence
-
-
Constructor Details
-
AttributeDO
public AttributeDO()
-
-
Method Details
-
fromEntity
This method is used to convert AttributeEntity object to AttributeDo object.- Parameters:
attribute
- It contains the attributes required for the set values. This returns an AttributeDO object- Returns:
- It returns
AttributeDO
.
-
toEntity
This method is used to convert AttributeDO object to AttributeEntity object.- Returns:
- It returns an object of type
AttributeEntity
.
-
toEntityPatch
This method is used to convert AttributeDO object to AttributeEntity object.- Parameters:
attributeDO
- attribute DO objectattributeDomainold
- attribute Old object- Returns:
- It returns an object of type
AttributeDO
.
-