Class FilteredIPListItemBean
- java.lang.Object
-
- net.anotheria.anosite.gen.assiteconfig.bean.FilteredIPListItemBean
-
- All Implemented Interfaces:
net.anotheria.util.sorter.IComparable
public class FilteredIPListItemBean extends Object implements net.anotheria.util.sorter.IComparable
Generated by class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
-
-
Constructor Summary
Constructors Constructor Description FilteredIPListItemBean()
-
Method Summary
-
-
-
Method Detail
-
setIdForSorting
public void setIdForSorting(String idForSorting)
-
getIdForSorting
public int getIdForSorting()
-
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()
-
setAllowance
public void setAllowance(String allowance)
-
getAllowance
public String getAllowance()
-
setEditLink
public void setEditLink(String editLink)
-
getEditLink
public String getEditLink()
-
setDuplicateLink
public void setDuplicateLink(String duplicateLink)
-
getDuplicateLink
public String getDuplicateLink()
-
setDeleteWithConfirmationLink
public void setDeleteWithConfirmationLink(String deleteWithConfirmationLink)
-
getDeleteWithConfirmationLink
public String getDeleteWithConfirmationLink()
-
setPlainId
public void setPlainId(String plainId)
-
getPlainId
public String getPlainId()
-
setDocumentLastUpdateTimestamp
public void setDocumentLastUpdateTimestamp(String documentLastUpdateTimestamp)
-
getDocumentLastUpdateTimestamp
public String getDocumentLastUpdateTimestamp()
-
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()
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)- Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
-