Package com.skava.price.model.exchange
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 Summary
FieldsModifier and TypeFieldDescriptionprotected long
Id of the user who created entity.protected String
Time stamp denotes the created time of the entity.protected static final long
Generated serial versionprotected long
Id of the user who updated entity.protected String
Time stamp denotes the updated time of the entity. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDGenerated serial version- See Also:
-
createdBy
protected long createdById of the user who created entity. -
updatedBy
protected long updatedById of the user who updated entity. -
createdOn
Time stamp denotes the created time of the entity. -
updatedOn
Time stamp denotes the updated time of the entity.
-
-
Constructor Details
-
ExchangeAuditEntry
public ExchangeAuditEntry()
-