Class EditFilteredIPFB
- java.lang.Object
-
- net.anotheria.anosite.gen.assiteconfig.bean.EditFilteredIPFB
-
- All Implemented Interfaces:
net.anotheria.maf.bean.FormBean
public class EditFilteredIPFB extends java.lang.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()java.util.List<net.anotheria.webutils.bean.LabelValueBean>getAllowanceCollection()java.lang.StringgetAllowanceCurrentValue()java.lang.StringgetAllowanceIdOfCurrentValue()java.lang.StringgetId()java.lang.StringgetIpAddress()java.lang.StringgetLockerId()java.lang.StringgetLockingTime()intgetMask()booleanisLocked()voidsetAllowance(int allowance)voidsetAllowanceCollection(java.util.List<net.anotheria.webutils.bean.LabelValueBean> allowanceCollection)voidsetAllowanceCurrentValue(java.lang.String allowanceCurrentValue)voidsetAllowanceIdOfCurrentValue(java.lang.String allowanceIdOfCurrentValue)voidsetId(java.lang.String id)voidsetIpAddress(java.lang.String ipAddress)voidsetLocked(boolean locked)voidsetLockerId(java.lang.String lockerId)voidsetLockingTime(java.lang.String lockingTime)voidsetMask(int mask)
-
-
-
Method Detail
-
setId
public void setId(java.lang.String id)
-
getId
public java.lang.String getId()
-
setIpAddress
public void setIpAddress(java.lang.String ipAddress)
-
getIpAddress
public java.lang.String getIpAddress()
-
setMask
public void setMask(int mask)
-
getMask
public int getMask()
-
setAllowanceCollection
public void setAllowanceCollection(java.util.List<net.anotheria.webutils.bean.LabelValueBean> allowanceCollection)
-
getAllowanceCollection
public java.util.List<net.anotheria.webutils.bean.LabelValueBean> getAllowanceCollection()
-
setAllowanceCurrentValue
public void setAllowanceCurrentValue(java.lang.String allowanceCurrentValue)
-
getAllowanceCurrentValue
public java.lang.String getAllowanceCurrentValue()
-
setAllowanceIdOfCurrentValue
public void setAllowanceIdOfCurrentValue(java.lang.String allowanceIdOfCurrentValue)
-
getAllowanceIdOfCurrentValue
public java.lang.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(java.lang.String lockerId)
-
getLockerId
public java.lang.String getLockerId()
-
setLockingTime
public void setLockingTime(java.lang.String lockingTime)
-
getLockingTime
public java.lang.String getLockingTime()
-
-