Class ExchangeAuditEntry

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.price.model.exchange.ExchangeAuditEntry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Collection, CollectionAttribute, Collections, Note, Price, PriceFacet, PriceList, PriceListAndSku, PriceListFacet, PriceRevision, PriceRule, Prices, PriceValue, Project, TransactionData, Version

public class ExchangeAuditEntry extends com.skava.core.validation.OutputModel
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()