public class AssociatedResource extends Object implements Serializable
Constructor and Description |
---|
AssociatedResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
(non-Javadoc)
|
AssociationType |
getAssociationType() |
String |
getResourceCategory() |
String |
getResourceName() |
String |
getResourceUri() |
int |
hashCode()
(non-Javadoc)
|
void |
setAssociationType(AssociationType associationType) |
void |
setResourceCategory(String resourceCategory) |
void |
setResourceName(String resourceName) |
void |
setResourceUri(String resourceUri) |
String |
toString()
(non-Javadoc)
|
public String getResourceName()
public void setResourceName(String resourceName)
public String getResourceUri()
public void setResourceUri(String resourceUri)
public String getResourceCategory()
public void setResourceCategory(String resourceCategory)
public AssociationType getAssociationType()
public void setAssociationType(AssociationType associationType)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.