Interface FilteredIP

All Superinterfaces:
Cloneable, net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
All Known Implementing Classes:
FilteredIPDocument

public interface FilteredIP extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant property name for "allowance" for internal storage and queries.
    static final String
    Constant property name for "id" for internal storage and queries.
    static final String
    Constant property name for "ipAddress" for internal storage and queries.
    static final String
    Constant property name for "mask" for internal storage and queries.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value of the allowance attribute.
    Returns the value of the ipAddress attribute.
    int
    Returns the value of the mask attribute.
    void
    setAllowance(int value)
    Sets the value of the allowance attribute.
    void
    Sets the value of the ipAddress attribute.
    void
    setMask(int value)
    Sets the value of the mask attribute.

    Methods inherited from interface net.anotheria.asg.data.DataObject

    clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode

    Methods inherited from interface net.anotheria.util.sorter.IComparable

    compareTo
  • Field Details

    • PROP_ID

      static final String PROP_ID
      Constant property name for "id" for internal storage and queries.
      See Also:
    • PROP_IP_ADDRESS

      static final String PROP_IP_ADDRESS
      Constant property name for "ipAddress" for internal storage and queries.
      See Also:
    • PROP_MASK

      static final String PROP_MASK
      Constant property name for "mask" for internal storage and queries.
      See Also:
    • PROP_ALLOWANCE

      static final String PROP_ALLOWANCE
      Constant property name for "allowance" for internal storage and queries.
      See Also:
  • Method Details

    • getIpAddress

      String getIpAddress()
      Returns the value of the ipAddress attribute.
    • setIpAddress

      void setIpAddress(String value)
      Sets the value of the ipAddress attribute.
    • getMask

      int getMask()
      Returns the value of the mask attribute.
    • setMask

      void setMask(int value)
      Sets the value of the mask attribute.
    • getAllowance

      int getAllowance()
      Returns the value of the allowance attribute.
    • setAllowance

      void setAllowance(int value)
      Sets the value of the allowance attribute.