Interface RedirectUrl

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

public interface RedirectUrl 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 "id" for internal storage and queries.
    static final String
    Constant property name for "in" for internal storage and queries.
    static final String
    Constant property name for "out" for internal storage and queries.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the in attribute.
    Returns the value of the out attribute.
    void
    setIn(String value)
    Sets the value of the in attribute.
    void
    setOut(String value)
    Sets the value of the out 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_IN

      static final String PROP_IN
      Constant property name for "in" for internal storage and queries.
      See Also:
    • PROP_OUT

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

    • getIn

      String getIn()
      Returns the value of the in attribute.
    • setIn

      void setIn(String value)
      Sets the value of the in attribute.
    • getOut

      String getOut()
      Returns the value of the out attribute.
    • setOut

      void setOut(String value)
      Sets the value of the out attribute.