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 String PROP_ID
      Constant property name for "id" for internal storage and queries.
      static String PROP_IN
      Constant property name for "in" for internal storage and queries.
      static String PROP_OUT
      Constant property name for "out" for internal storage and queries.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIn()
      Returns the value of the in attribute.
      String getOut()
      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
    • Method Detail

      • 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.