public interface FilteredIP
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_ALLOWANCE
Constant property name for "allowance" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_IP_ADDRESS
Constant property name for "ipAddress" for internal storage and queries.
|
static java.lang.String |
PROP_MASK
Constant property name for "mask" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAllowance()
Returns the value of the allowance attribute.
|
java.lang.String |
getIpAddress()
Returns the value of the ipAddress attribute.
|
int |
getMask()
Returns the value of the mask attribute.
|
void |
setAllowance(int value)
Sets the value of the allowance attribute.
|
void |
setIpAddress(java.lang.String value)
Sets the value of the ipAddress attribute.
|
void |
setMask(int value)
Sets the value of the mask attribute.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_IP_ADDRESS
static final java.lang.String PROP_MASK
static final java.lang.String PROP_ALLOWANCE
java.lang.String getIpAddress()
void setIpAddress(java.lang.String value)
int getMask()
void setMask(int value)
int getAllowance()
void setAllowance(int value)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.