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 Resource
public InputStream getContentAsStream() throws WebDAVException
getContentAsStream
in interface Resource
WebDAVException
public String getContentType()
getContentType
in interface Resource
public String getCreateDate()
getCreateDate
in interface Resource
public String getDisplayName()
getDisplayName
in interface Resource
public String getModifiedDate()
getModifiedDate
in interface Resource
public long getPrimaryKey()
getPrimaryKey
in interface Resource
public boolean isCollection()
isCollection
in interface Resource
public void setClassName(String className)
setClassName
in interface Resource
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface Resource