Interface RedirectUrl

  • All Superinterfaces:
    java.lang.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 java.lang.String PROP_ID
      Constant property name for "id" for internal storage and queries.
      static java.lang.String PROP_IN
      Constant property name for "in" for internal storage and queries.
      static java.lang.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
      java.lang.String getIn()
      Returns the value of the in attribute.
      java.lang.String getOut()
      Returns the value of the out attribute.
      void setIn​(java.lang.String value)
      Sets the value of the in attribute.
      void setOut​(java.lang.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 Detail

      • PROP_ID

        static final java.lang.String PROP_ID
        Constant property name for "id" for internal storage and queries.
        See Also:
        Constant Field Values
      • PROP_IN

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

        static final java.lang.String PROP_OUT
        Constant property name for "out" for internal storage and queries.
        See Also:
        Constant Field Values
    • Method Detail

      • getIn

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

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

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

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