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 Summary
Modifier and TypeMethodDescriptionThe fully qualified classname of the class from which to inheritTrackableBehavior.
-
Method Details
-
inheritTrackableBehaviorClass
String inheritTrackableBehaviorClass()The fully qualified classname of the class from which to inheritTrackableBehavior. This can be static or dynamic as theTrackableBehaviorUtilwill check the specific instance for trackable inheritance.- Returns:
- The fully qualified classname of the class from which to inherit
TrackableBehavior.
-