public class EntityLinkDesc extends Object implements Serializable
Constructor and Description |
---|
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
Collection<EntityInvocationHandler> target,
ClientLinkType type) |
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
EntityInvocationHandler target,
ClientLinkType type) |
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
String targetRef) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getReference() |
EntityInvocationHandler |
getSource() |
String |
getSourceName() |
Collection<EntityInvocationHandler> |
getTargets() |
ClientLinkType |
getType() |
int |
hashCode() |
String |
toString() |
public EntityLinkDesc(String sourceName, EntityInvocationHandler source, Collection<EntityInvocationHandler> target, ClientLinkType type)
public EntityLinkDesc(String sourceName, EntityInvocationHandler source, EntityInvocationHandler target, ClientLinkType type)
public EntityLinkDesc(String sourceName, EntityInvocationHandler source, String targetRef)
public String getSourceName()
public EntityInvocationHandler getSource()
public Collection<EntityInvocationHandler> getTargets()
public ClientLinkType getType()
public String getReference()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.