Interface TrackableBehaviorInheritable


  • public interface TrackableBehaviorInheritable
    Occasionally, an entity should inherit its TrackableBehavior from another class. An example would be translations, since they should inherit the trackable behavior of the field's class that they are translating.
    Author:
    Chad Harchar (charchar)
    • Method Detail

      • inheritTrackableBehaviorClass

        String inheritTrackableBehaviorClass()
        The fully qualified classname of the class from which to inherit TrackableBehavior. This can be static or dynamic as the TrackableBehaviorUtil will check the specific instance for trackable inheritance.
        Returns:
        The fully qualified classname of the class from which to inherit TrackableBehavior.