|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.registry.ws.api.WSAssociation
public class WSAssociation
This class is used as a data transfer object class in web service calls. It encapsulates data in org.wso2.carbon.registry.core.Association class. The above mentioned class cannot be directly used as a argument/return type of a web service.
| Constructor Summary | |
|---|---|
WSAssociation()
Default constructor for the WSAssociation class. |
|
WSAssociation(String sourcePath,
String destinationPath,
String associationType)
Construct an association by providing the source, target and the association type. |
|
| Method Summary | |
|---|---|
String |
getAssociationType()
Method to get the association type. |
String |
getDestinationPath()
Method to get the destination path. |
String |
getSourcePath()
Method to get the source path. |
void |
setAssociationType(String associationType)
Method to get the association type. |
void |
setDestinationPath(String destinationPath)
Method to set the destination path. |
void |
setSourcePath(String sourcePath)
Method to set the source path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSAssociation()
public WSAssociation(String sourcePath,
String destinationPath,
String associationType)
sourcePath - the source of the association.destinationPath - the destination of the association.associationType - the type of the association.| Method Detail |
|---|
public String getSourcePath()
public void setSourcePath(String sourcePath)
sourcePath - the source path.public String getDestinationPath()
public void setDestinationPath(String destinationPath)
destinationPath - the destination path.public String getAssociationType()
public void setAssociationType(String associationType)
associationType - the association type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||