|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.resource.ResourceEntry
ResourceEntry.java
Constructor Summary | |
ResourceEntry()
Constructor for ResourceEntry. |
Method Summary | |
int |
compareTo(java.lang.Object o)
priority comparison of ResourceEntries. |
java.lang.String |
getKey()
Returns the key. |
int |
getPriority()
Returns the priority. |
java.lang.String |
getType()
Returns the type. |
void |
setKey(java.lang.String key)
Sets the key. |
void |
setPriority(int priority)
Sets the priority. |
void |
setType(java.lang.String type)
Sets the type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResourceEntry()
Method Detail |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
-
Comparable.compareTo(Object)
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- The key to setpublic int getPriority()
public void setPriority(int priority)
priority
- The priority to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- The type to setpublic java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |