|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISResource
Information System resource
| Nested Class Summary | |
|---|---|
static class |
ISResource.ISRESOURCETYPE
|
| Method Summary | |
|---|---|
String |
getCollection()
Gets the collection in which the resource is registered. |
Document |
getDocument()
Gets the payload of the resource |
String |
getID()
Gets the identifier assigned to the resource |
String |
getName()
Gets the resource name |
ISResource.ISRESOURCETYPE |
getType()
Gets the resource type |
void |
setCollection(String collection)
The collection in which the resource is registered. |
void |
setDocument(Document document)
The payload of the resource |
void |
setID(String id)
The identifier assigned to the resource |
void |
setName(String name)
Sets the resource name |
void |
setType(ISResource.ISRESOURCETYPE type)
Sets the resource type |
| Method Detail |
|---|
void setName(String name)
documentName - the resource namevoid setType(ISResource.ISRESOURCETYPE type)
type - the resource typeISResource.ISRESOURCETYPE getType()
String getName()
void setDocument(Document document)
document - the document
InvalidISResourceParameterExceptionDocument getDocument()
void setCollection(String collection)
collection - the collection nameString getCollection()
void setID(String id)
id - the identifierString getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||