atg.cortex
Interface CortexBean


public interface CortexBean

This is an interface that may be used to "mark" bean classes that are intended to be used with Cortex. Because Cortex can be used with any class of bean, it can often be hard to distinguish between objects that are meant to be used with Cortex, and objects that are just plain objects.

One may wish to develop a style in which beans that are meant to correspond to database tables are marked by implementing this interface. This interface contains no functions and is not treated specially by Cortex in any way - it only exists to support this sort of stylistic differentiation.


Field Summary
static java.lang.String CLASS_VERSION
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values