Class AbstractTo

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AbstractCto, AbstractGenericEto, StringSearchConfigTo

    public abstract class AbstractTo
    extends Object
    implements Serializable
    Abstract base class for any transfer-object. Such transfer-object is used to transfer data between components including services over the network. All transfer-objects should be derived from this class. In case they inherit indirectly via ETO or CTO they should carry the according suffixes Eto or Cto. Otherwise subclasses should carry the suffix To.
    Since:
    3.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractTo

        public AbstractTo()
        The constructor.