java.lang.Object
com.broadleafcommerce.billing.common.provider.jpa.domain.AuditedJpaEntity
Direct Known Subclasses:
BaseJpaEntity

@MappedSuperclass @Deprecated(since="1.0.0") public class AuditedJpaEntity extends Object
Deprecated.
  • Field Details

    • version

      protected Integer version
      Deprecated.
    • createdBy

      @Size(min=1, max=255) protected @Size(min=1,max=255) String createdBy
      Deprecated.
    • createdDate

      protected Date createdDate
      Deprecated.
    • lastModifiedBy

      @Size(min=1, max=255) protected @Size(min=1,max=255) String lastModifiedBy
      Deprecated.
    • lastModifiedDate

      protected Date lastModifiedDate
      Deprecated.
  • Constructor Details

    • AuditedJpaEntity

      public AuditedJpaEntity()
      Deprecated.
  • Method Details

    • getVersion

      public Integer getVersion()
      Deprecated.
    • getCreatedBy

      public String getCreatedBy()
      Deprecated.
    • getCreatedDate

      public Date getCreatedDate()
      Deprecated.
    • getLastModifiedBy

      public String getLastModifiedBy()
      Deprecated.
    • getLastModifiedDate

      public Date getLastModifiedDate()
      Deprecated.
    • setVersion

      public void setVersion(Integer version)
      Deprecated.
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Deprecated.
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
      Deprecated.
    • setLastModifiedBy

      public void setLastModifiedBy(String lastModifiedBy)
      Deprecated.
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
      Deprecated.