Class AbstractDataEntity

  • Direct Known Subclasses:
    BridgeDomain, NetworkInterface, TableData

    public abstract class AbstractDataEntity
    extends Object
    The information from the sync data sources (devices, NMS, third-party databases, etc) id retrieved and stored in high-level data types to be processed later. This is the root class of all these high-level data types.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Field Detail

      • name

        protected String name
        The name of the entity (a parameter name, for example ifTable or serialNumber)
      • value

        protected Object value
        The actual value. Mapped to a Java type using the type attribute.
    • Constructor Detail

      • AbstractDataEntity

        public AbstractDataEntity()