public class RBListEntry extends Object implements Serializable
| Constructor and Description |
|---|
RBListEntry(Integer id,
String key) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public Integer getId()
public void setId(Integer id)
public String getKey()
public void setKey(String key)
public String getName()
public void setName(String name)
public Long getCreated()
public void setCreated(Long created)
public Long getExpiresAt()
public String getComment()
public void setComment(String comment)
public void setLifetime(Integer seconds)
public Integer getLifetime()
public boolean isExpired()
public Integer getRemainingLifetime()
Copyright © 2013. All Rights Reserved.