public class WebServerEntry
extends Object
Constructor and Description |
---|
WebServerEntry(String path,
String name) |
WebServerEntry(String path,
String name,
Date createDate,
Date modifiedDate,
String description,
long size) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreateDate() |
String |
getDescription() |
Date |
getModifiedDate() |
String |
getName() |
String |
getPath() |
protected String |
getPath(String path,
String name) |
long |
getSize() |
void |
setCreateDate(Date createDate) |
void |
setDescription(String description) |
void |
setModifiedDate(Date modifiedDate) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSize(long size) |
public WebServerEntry(String path, String name)
public WebServerEntry(String path, String name, Date createDate, Date modifiedDate, String description, long size)
public Date getCreateDate()
public String getDescription()
public Date getModifiedDate()
public String getName()
public String getPath()
public long getSize()
public void setCreateDate(Date createDate)
public void setDescription(String description)
public void setModifiedDate(Date modifiedDate)
public void setName(String name)
public void setPath(String path)
public void setSize(long size)
protected String getPath(String path, String name)