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.StringPROP_IDConstant property name for "id" for internal storage and queries.static java.lang.StringPROP_INConstant property name for "in" for internal storage and queries.static java.lang.StringPROP_OUTConstant property name for "out" for internal storage and queries.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIn()Returns the value of the in attribute.java.lang.StringgetOut()Returns the value of the out attribute.voidsetIn(java.lang.String value)Sets the value of the in attribute.voidsetOut(java.lang.String value)Sets the value of the out attribute.
-
-
-
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.
-
-