Class AbstractCto

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    MasterCto

    public abstract class AbstractCto
    extends AbstractTo
    This is the abstract base class for a CTO (composite transfer-object). Such object should contain (aggregate) other transfer-objects or Collections of those. However, a CTO shall never have properties for atomic data (datatypes).
    Classes extending this class should carry the suffix Cto.
    Since:
    3.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractCto

        public AbstractCto()
        The constructor.