Class ExchangeAuditEntry

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.search.model.exchange.ExchangeAuditEntry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Collection, Collections, Version

public class ExchangeAuditEntry extends com.skava.core.validation.OutputModel

This class is the ExchangeAuditEntry. This class contains the common parameter for all exchange models.

See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      Generated serial version
      See Also:
    • createdBy

      protected long createdBy
      Id of the user who created entity.
    • updatedBy

      protected long updatedBy
      Id of the user who updated entity.
    • createdOn

      protected String createdOn
      Time stamp denotes the created time of the entity.
    • updatedOn

      protected String updatedOn
      Time stamp denotes the updated time of the entity.
  • Constructor Details

    • ExchangeAuditEntry

      public ExchangeAuditEntry()