public class RemoteHost extends Object
| Constructor and Description |
|---|
RemoteHost(Poster parent,
String host,
int lastupdatetime,
int updatecount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete() |
String |
getHost() |
int |
getId() |
int |
getLastUpdateTime() |
int |
getUpdateCount() |
boolean |
save() |
void |
setHost(String host) |
void |
setId(int id) |
void |
setLastUpdateTime(int lastupdatetime) |
void |
setUpdateCount(int updatecount) |
public void setHost(String host)
public void setLastUpdateTime(int lastupdatetime)
public void setUpdateCount(int updatecount)
public void setId(int id)
public int getId()
public String getHost()
public int getLastUpdateTime()
public int getUpdateCount()
public boolean delete()
public boolean save()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}