org.jwall.rbl.data
Class RBListEntry

java.lang.Object
  extended by org.jwall.rbl.data.RBListEntry
All Implemented Interfaces:
Serializable

public class RBListEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RBListEntry(Integer id, String key)
           
 
Method Summary
 String getComment()
           
 Long getCreated()
           
 Long getExpiresAt()
           
 Integer getId()
           
 String getKey()
           
 Integer getLifetime()
           
 String getName()
           
 Integer getRemainingLifetime()
           
 int hashCode()
           
 boolean isExpired()
           
 void setComment(String comment)
           
 void setCreated(Long created)
           
 void setId(Integer id)
           
 void setKey(String key)
           
 void setLifetime(Integer seconds)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBListEntry

public RBListEntry(Integer id,
                   String key)
Method Detail

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.