public class

Relationship

extends ServiceSourceEntity
java.lang.Object
   ↳ org.mule.module.servicesource.model.ServiceSourceEntity
     ↳ org.mule.module.servicesource.model.Relationship

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.module.servicesource.model.ServiceSourceEntity
Fields
private PropertyDescriptor relation
private RelationTarget target
[Expand]
Inherited Fields
From class org.mule.module.servicesource.model.ServiceSourceEntity
Public Constructors
Relationship()
Public Methods
PropertyDescriptor getRelation()
RelationTarget getTarget()
void setRelation(PropertyDescriptor relation)
void setTarget(RelationTarget target)
[Expand]
Inherited Methods
From class org.mule.module.servicesource.model.ServiceSourceEntity
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -4128601113551570621 (0xc6b443295779f943)

Fields

private PropertyDescriptor relation

private RelationTarget target

Public Constructors

public Relationship ()

Public Methods

public PropertyDescriptor getRelation ()

public RelationTarget getTarget ()

public void setRelation (PropertyDescriptor relation)

Parameters
relation

public void setTarget (RelationTarget target)

Parameters
target