Class JpaProductRecurringFrequency
java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.domain.product.JpaProductRecurringFrequency
- All Implemented Interfaces:
Serializable
- Since:
- Catalog Service 2.3.0, Release Train 2.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintTime interval (number of years, months, quarters, etc.)The type of time interval (annually, monthly, quarterly, etc.)inthashCode()voidsetRecurringPeriodFrequency(int recurringPeriodFrequency) Time interval (number of years, months, quarters, etc.)voidsetRecurringPeriodType(String recurringPeriodType) The type of time interval (annually, monthly, quarterly, etc.)toString()
-
Constructor Details
-
JpaProductRecurringFrequency
public JpaProductRecurringFrequency()
-
-
Method Details
-
getRecurringPeriodFrequency
public int getRecurringPeriodFrequency()Time interval (number of years, months, quarters, etc.) -
getRecurringPeriodType
The type of time interval (annually, monthly, quarterly, etc.) -
setRecurringPeriodFrequency
public void setRecurringPeriodFrequency(int recurringPeriodFrequency) Time interval (number of years, months, quarters, etc.) -
setRecurringPeriodType
The type of time interval (annually, monthly, quarterly, etc.) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-