Class JpaSubscriptionBillingBatch

java.lang.Object
com.broadleafcommerce.subscription.provider.jpa.domain.JpaSubscriptionBillingBatch

@Entity @Deprecated(since="1.0.0") public class JpaSubscriptionBillingBatch extends Object
Deprecated.
This Jpa entity is unused
Author:
venkat
  • Field Details

    • contextId

      protected String contextId
      Deprecated.
    • noOfRecords

      protected Integer noOfRecords
      Deprecated.
    • createdDate

      protected Date createdDate
      Deprecated.
  • Constructor Details

    • JpaSubscriptionBillingBatch

      public JpaSubscriptionBillingBatch()
      Deprecated.
  • Method Details

    • setBillingBatchId

      public void setBillingBatchId(String id)
      Deprecated.
    • getBillingBatchId

      public String getBillingBatchId()
      Deprecated.
    • getContextId

      public String getContextId()
      Deprecated.
    • getNoOfRecords

      public Integer getNoOfRecords()
      Deprecated.
    • getCreatedDate

      public Date getCreatedDate()
      Deprecated.
    • setContextId

      public void setContextId(String contextId)
      Deprecated.
    • setNoOfRecords

      public void setNoOfRecords(Integer noOfRecords)
      Deprecated.
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object