Class EditFilteredIPFB
java.lang.Object
net.anotheria.anosite.gen.assiteconfig.bean.EditFilteredIPFB
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintList<net.anotheria.webutils.bean.LabelValueBean> getId()intgetMask()booleanisLocked()voidsetAllowance(int allowance) voidsetAllowanceCollection(List<net.anotheria.webutils.bean.LabelValueBean> allowanceCollection) voidsetAllowanceCurrentValue(String allowanceCurrentValue) voidsetAllowanceIdOfCurrentValue(String allowanceIdOfCurrentValue) voidvoidsetIpAddress(String ipAddress) voidsetLocked(boolean locked) voidsetLockerId(String lockerId) voidsetLockingTime(String lockingTime) voidsetMask(int mask)
-
Constructor Details
-
EditFilteredIPFB
public EditFilteredIPFB()
-
-
Method Details
-
setId
-
getId
-
setIpAddress
-
getIpAddress
-
setMask
public void setMask(int mask) -
getMask
public int getMask() -
setAllowanceCollection
public void setAllowanceCollection(List<net.anotheria.webutils.bean.LabelValueBean> allowanceCollection) -
getAllowanceCollection
-
setAllowanceCurrentValue
-
getAllowanceCurrentValue
-
setAllowanceIdOfCurrentValue
-
getAllowanceIdOfCurrentValue
-
setAllowance
public void setAllowance(int allowance) -
getAllowance
public int getAllowance() -
setLocked
public void setLocked(boolean locked) -
isLocked
public boolean isLocked() -
setLockerId
-
getLockerId
-
setLockingTime
-
getLockingTime
-