public class Object extends Object implements Serializable
Constructor and Description |
---|
Object() |
Modifier and Type | Method and Description |
---|---|
int |
getBytes() |
String |
getContentType() |
String |
getHash() |
Calendar |
getLastModified() |
String |
getName() |
String |
getSubdir() |
void |
setBytes(int bytes) |
void |
setContentType(String contentType) |
void |
setHash(String hash) |
void |
setLastModified(Calendar lastModified) |
void |
setName(String name) |
void |
setSubdir(String subdir) |
public String getSubdir()
public void setSubdir(String subdir)
subdir
- the subdir to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getHash()
public void setHash(String hash)
hash
- the hash to setpublic int getBytes()
public void setBytes(int bytes)
bytes
- the bytes to setpublic String getContentType()
public void setContentType(String contentType)
contentType
- the contentType to setpublic Calendar getLastModified()
public void setLastModified(Calendar lastModified)
lastModified
- the lastModified to setCopyright © 2012–2016. All rights reserved.