Class TrackableBehaviorPackage


  • public class TrackableBehaviorPackage
    extends Object
    Informational POJO that describes the current state of a domain class related to its TrackableBehavior configuration.
    Author:
    Jeff Fischer
    See Also:
    TrackableBehaviorUtil
    • Constructor Detail

      • TrackableBehaviorPackage

        public TrackableBehaviorPackage​(boolean trackable,
                                        boolean catalog,
                                        boolean application,
                                        boolean sandbox,
                                        boolean tenant,
                                        boolean customerContext)
    • Method Detail

      • isTrackable

        public boolean isTrackable()
      • isCatalog

        public boolean isCatalog()
      • isApplication

        public boolean isApplication()
      • isSandbox

        public boolean isSandbox()
      • isTenant

        public boolean isTenant()
      • isCustomerContext

        public boolean isCustomerContext()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object