Package com.hp.ucmdb.api.resources
Class Resource
java.lang.Object
com.hp.ucmdb.api.resources.Resource
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceKey
protected String
protected Resource
static final String
-
Constructor Summary
ConstructorsConstructorDescriptionResource
(ResourceType type, String id) Resource
(ResourceType type, String id, Resource parent) Resource
(ResourceType type, String id, String name) Resource
(ResourceType type, String id, String name, Resource parent) -
Method Summary
-
Field Details
-
ROOT_FOLDER_NAME
- See Also:
-
key
-
name
-
parent
-
-
Constructor Details
-
Resource
-
Resource
-
Resource
-
Resource
-
-
Method Details
-
getKey
-
getId
-
getType
-
getName
-
setName
-
setParent
-
getParent
-
getChildren
-
setChildren
-
getPath
-
isViewFolder
public boolean isViewFolder() -
isQueryFolder
public boolean isQueryFolder() -
isView
public boolean isView() -
isQuery
public boolean isQuery() -
isResource
public boolean isResource() -
isFolder
public boolean isFolder() -
toString
-
equals
-
hashCode
public int hashCode()
-