public class PortRef
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Id |
actorId
Actor to which the port belonge to
|
private Id |
portId
Port information
|
Constructor and Description |
---|
PortRef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActorName()
Get name of the actor to which the port belongs to.
|
java.lang.String |
getPortName()
Get name of the port
|
void |
setActor(Actor actor)
Set actor to which this port belongs to.
|
void |
setActorName(java.lang.String name)
Set name of the actor to which the port belongs to
|
void |
setPort(Port port)
Set port name to which this port reference points to
|
void |
setPortName(java.lang.String name)
Set name of the port
|
private Id actorId
private Id portId
public void setPortName(java.lang.String name)
name
- name of the portpublic void setActorName(java.lang.String name)
name
- name of the actorpublic java.lang.String getPortName()
public java.lang.String getActorName()
public void setActor(Actor actor)
actor
- actor instancepublic void setPort(Port port)
port
- port instance