Class AttributeDO

java.lang.Object
com.skava.model.domain.AttributeDO
All Implemented Interfaces:
Serializable

public class AttributeDO extends Object implements 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 Details

    • createdTime

      protected Date createdTime
      createdTime param*.
    • updatedTime

      protected Date updatedTime
      updatedTime param*.
    • sequence

      protected Float sequence
      sequence
  • Constructor Details

    • AttributeDO

      public AttributeDO()
  • Method Details

    • fromEntity

      public AttributeDO fromEntity(AttributeEntity attribute)
      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

      public AttributeEntity toEntity()
      This method is used to convert AttributeDO object to AttributeEntity object.
      Returns:
      It returns an object of type AttributeEntity.
    • toEntityPatch

      public AttributeDO toEntityPatch(AttributeDO attributeDO, AttributeDO attributeDomainold)
      This method is used to convert AttributeDO object to AttributeEntity object.
      Parameters:
      attributeDO - attribute DO object
      attributeDomainold - attribute Old object
      Returns:
      It returns an object of type AttributeDO.