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
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "allowance" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "ipAddress" for internal storage and queries.static final StringConstant property name for "mask" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the allowance attribute.Returns the value of the ipAddress attribute.intgetMask()Returns the value of the mask attribute.voidsetAllowance(int value) Sets the value of the allowance attribute.voidsetIpAddress(String value) Sets the value of the ipAddress attribute.voidsetMask(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, toXMLNodeMethods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
-
Field Details
-
PROP_ID
Constant property name for "id" for internal storage and queries.- See Also:
-
PROP_IP_ADDRESS
Constant property name for "ipAddress" for internal storage and queries.- See Also:
-
PROP_MASK
Constant property name for "mask" for internal storage and queries.- See Also:
-
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
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.
-