public class Resource extends Object implements Comparable<Resource>, Serializable
| Constructor and Description | 
|---|
Resource()  | 
Resource(Agent agent,
        String type,
        String name,
        String label)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Resource other)  | 
boolean | 
equals(Object other)  | 
Agent | 
getAgent()  | 
String | 
getAttribute(String attrName)  | 
Map<String,String> | 
getAttributes()  | 
String | 
getIdentifier()  | 
String | 
getLabel()  | 
String | 
getName()  | 
String | 
getType()  | 
int | 
hashCode()  | 
void | 
setAttribute(String attrName,
            String attrValue)  | 
String | 
toString()  | 
Copyright © 2015. All rights reserved.