public class ImmutableURIResult extends Object implements ResourceDescriptorResult
| Constructor and Description |
|---|
ImmutableURIResult(URI uri,
String description,
Calendar creationDate) |
ImmutableURIResult(URI uri,
String description,
Calendar creationDate,
ResourceScope resourceScope) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreationDate() |
String |
getDescription() |
InternalURI |
getResource() |
ResourceScope |
getResourceScope() |
String |
toString() |
public ImmutableURIResult(URI uri, String description, Calendar creationDate, ResourceScope resourceScope)
public InternalURI getResource()
getResource in interface ResourceDescriptorResultpublic String getDescription()
getDescription in interface ResourceDescriptorResultpublic Calendar getCreationDate()
getCreationDate in interface ResourceDescriptorResultpublic ResourceScope getResourceScope()
getResourceScope in interface ResourceDescriptorResultCopyright © 2014. All Rights Reserved.