|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HighLevelResource
Defines the data operations that are available for a high-level resource. A high level resource can be associated to a group or to a process.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares the specified object with this HighLevelResource for equality. |
java.lang.String |
getName()
Retrieves the name of this resource. |
int |
hashCode()
Returns the hascode for a HighLevelResource object. |
void |
setName(java.lang.String name)
Sets the name of this resource. |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- String the name.boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object object to be compared for equality with this HighLevelResource.
int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |