| Constructor and Description |
|---|
BaseResourceImpl(String parentPath,
long name,
long displayName) |
BaseResourceImpl(String parentPath,
long name,
String displayName) |
BaseResourceImpl(String parentPath,
String name,
String displayName) |
BaseResourceImpl(String parentPath,
String name,
String displayName,
Date createDate,
Date modifiedDate) |
BaseResourceImpl(String parentPath,
String name,
String displayName,
Date createDate,
Date modifiedDate,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
InputStream |
getContentAsStream() |
String |
getContentType() |
String |
getCreateDate() |
String |
getDisplayName() |
String |
getHREF() |
Lock |
getLock() |
Object |
getModel() |
String |
getModifiedDate() |
long |
getPrimaryKey() |
long |
getSize() |
boolean |
isCollection() |
boolean |
isLocked() |
void |
setClassName(String className) |
void |
setModel(Object model) |
void |
setPrimaryKey(long primaryKey) |
public BaseResourceImpl(String parentPath,
long name,
long displayName)
public BaseResourceImpl(String parentPath,
long name,
String displayName)
public BaseResourceImpl(String parentPath,
String name,
String displayName)
public BaseResourceImpl(String parentPath,
String name,
String displayName,
Date createDate,
Date modifiedDate)
public BaseResourceImpl(String parentPath,
String name,
String displayName,
Date createDate,
Date modifiedDate,
long size)
public String getClassName()
getClassName in interface Resourcepublic InputStream getContentAsStream()
throws WebDAVException
getContentAsStream in interface ResourceWebDAVExceptionpublic String getContentType()
getContentType in interface Resourcepublic String getCreateDate()
getCreateDate in interface Resourcepublic String getDisplayName()
getDisplayName in interface Resourcepublic String getModifiedDate()
getModifiedDate in interface Resourcepublic long getPrimaryKey()
getPrimaryKey in interface Resourcepublic boolean isCollection()
isCollection in interface Resourcepublic void setClassName(String className)
setClassName in interface Resourcepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface Resource