Class EditFilteredIPFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assiteconfig.bean.EditFilteredIPFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class EditFilteredIPFB extends Object implements net.anotheria.maf.bean.FormBean
-
-
Constructor Summary
Constructors Constructor Description EditFilteredIPFB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAllowance()List<net.anotheria.webutils.bean.LabelValueBean>getAllowanceCollection()StringgetAllowanceCurrentValue()StringgetAllowanceIdOfCurrentValue()StringgetId()StringgetIpAddress()StringgetLockerId()StringgetLockingTime()intgetMask()booleanisLocked()voidsetAllowance(int allowance)voidsetAllowanceCollection(List<net.anotheria.webutils.bean.LabelValueBean> allowanceCollection)voidsetAllowanceCurrentValue(String allowanceCurrentValue)voidsetAllowanceIdOfCurrentValue(String allowanceIdOfCurrentValue)voidsetId(String id)voidsetIpAddress(String ipAddress)voidsetLocked(boolean locked)voidsetLockerId(String lockerId)voidsetLockingTime(String lockingTime)voidsetMask(int mask)
-
-
-
Method Detail
-
setId
public void setId(String id)
-
getId
public String getId()
-
setIpAddress
public void setIpAddress(String ipAddress)
-
getIpAddress
public String getIpAddress()
-
setMask
public void setMask(int mask)
-
getMask
public int getMask()
-
setAllowanceCollection
public void setAllowanceCollection(List<net.anotheria.webutils.bean.LabelValueBean> allowanceCollection)
-
getAllowanceCollection
public List<net.anotheria.webutils.bean.LabelValueBean> getAllowanceCollection()
-
setAllowanceCurrentValue
public void setAllowanceCurrentValue(String allowanceCurrentValue)
-
getAllowanceCurrentValue
public String getAllowanceCurrentValue()
-
setAllowanceIdOfCurrentValue
public void setAllowanceIdOfCurrentValue(String allowanceIdOfCurrentValue)
-
getAllowanceIdOfCurrentValue
public String getAllowanceIdOfCurrentValue()
-
setAllowance
public void setAllowance(int allowance)
-
getAllowance
public int getAllowance()
-
setLocked
public void setLocked(boolean locked)
-
isLocked
public boolean isLocked()
-
setLockerId
public void setLockerId(String lockerId)
-
getLockerId
public String getLockerId()
-
setLockingTime
public void setLockingTime(String lockingTime)
-
getLockingTime
public String getLockingTime()
-
-