org.jwall.rbl.data
Class RBListEntry
java.lang.Object
org.jwall.rbl.data.RBListEntry
- All Implemented Interfaces:
- Serializable
public class RBListEntry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
RBListEntry
public RBListEntry(Integer id,
String key)
getId
public Integer getId()
setId
public void setId(Integer id)
getKey
public String getKey()
setKey
public void setKey(String key)
getName
public String getName()
setName
public void setName(String name)
getCreated
public Long getCreated()
setCreated
public void setCreated(Long created)
getExpiresAt
public Long getExpiresAt()
getComment
public String getComment()
setComment
public void setComment(String comment)
setLifetime
public void setLifetime(Integer seconds)
getLifetime
public Integer getLifetime()
isExpired
public boolean isExpired()
getRemainingLifetime
public Integer getRemainingLifetime()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2014. All Rights Reserved.