public class

RelationshipContact

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.module.servicesource.model.RelationshipContact

Summary

Constants
long serialVersionUID
Fields
private String firstTarget
private PropertyDescriptor relation
private List<PropertyDescriptor> targets
Public Constructors
RelationshipContact()
Public Methods
String getFirstTarget()
PropertyDescriptor getRelation()
List<PropertyDescriptor> getTargets()
void setFirstTarget(String firstTarget)
void setRelation(PropertyDescriptor relation)
void setTargets(List<PropertyDescriptor> targets)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2301136722035117441 (0x1fef47a820828d81)

Fields

private String firstTarget

private PropertyDescriptor relation

private List<PropertyDescriptor> targets

Public Constructors

public RelationshipContact ()

Public Methods

public String getFirstTarget ()

public PropertyDescriptor getRelation ()

public List<PropertyDescriptor> getTargets ()

public void setFirstTarget (String firstTarget)

Parameters
firstTarget

public void setRelation (PropertyDescriptor relation)

Parameters
relation

public void setTargets (List<PropertyDescriptor> targets)

Parameters
targets