Class TrackableBehaviorPackage
java.lang.Object
com.broadleafcommerce.data.tracking.core.TrackableBehaviorPackage
Informational POJO that describes the current state of a domain class related to its
TrackableBehavior
configuration.- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
ConstructorDescriptionTrackableBehaviorPackage
(boolean trackable, boolean catalog, boolean application, boolean sandbox, boolean tenant, boolean customerContext) -
Method Summary
-
Constructor Details
-
TrackableBehaviorPackage
public TrackableBehaviorPackage(boolean trackable, boolean catalog, boolean application, boolean sandbox, boolean tenant, boolean customerContext)
-
-
Method Details
-
isTrackable
public boolean isTrackable() -
isCatalog
public boolean isCatalog() -
isApplication
public boolean isApplication() -
isSandbox
public boolean isSandbox() -
isTenant
public boolean isTenant() -
isCustomerContext
public boolean isCustomerContext() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-