Interface TrackableBehaviorInheritable
-
public interface TrackableBehaviorInheritableOccasionally, an entity should inherit itsTrackableBehaviorfrom 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringinheritTrackableBehaviorClass()The fully qualified classname of the class from which to inheritTrackableBehavior.
-
-
-
Method Detail
-
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.
-
-