|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.webdav.DavPropertyItem
public class DavPropertyItem
Item representing a DAV property.
DavProperty
| Constructor Summary | |
|---|---|
DavPropertyItem(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty,
int httpStatusCode,
java.lang.String davResourceHref)
Constructs an instance. |
|
| Method Summary | |
|---|---|
org.apache.jackrabbit.webdav.property.DavProperty<?> |
getDavProperty()
Gets the DAV property. |
java.lang.String |
getDavResourceHref()
Gets the DAV resource's href. |
int |
getStatusCode()
Gets the HTTP status code. |
void |
setDavProperty(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty)
Sets the DAV property. |
void |
setDavResourceHrf(java.lang.String href)
Sets the DAV resource's href. |
void |
setStatusCode(int statusCode)
Sets the HTTP status code. |
| Constructor Detail |
|---|
public DavPropertyItem(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty,
int httpStatusCode,
java.lang.String davResourceHref)
| Method Detail |
|---|
public org.apache.jackrabbit.webdav.property.DavProperty<?> getDavProperty()
public final void setDavProperty(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty)
davProperty - DAV property.public int getStatusCode()
public final void setStatusCode(int statusCode)
statusCode - HTTP status code.public java.lang.String getDavResourceHref()
public final void setDavResourceHrf(java.lang.String href)
href - DAV resource's href.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||