public class HostOnRelationshipInstance extends Object
Modifier and Type | Field and Description |
---|---|
protected UnitInstance |
from |
protected UnitInstance |
to |
Constructor and Description |
---|
HostOnRelationshipInstance() |
HostOnRelationshipInstance(UnitInstance from,
UnitInstance to) |
Modifier and Type | Method and Description |
---|---|
UnitInstance |
getFrom() |
UnitInstance |
getTo() |
void |
setFrom(UnitInstance from) |
void |
setTo(UnitInstance to) |
String |
toJson() |
protected UnitInstance from
protected UnitInstance to
public HostOnRelationshipInstance()
public HostOnRelationshipInstance(UnitInstance from, UnitInstance to)
public UnitInstance getFrom()
public void setFrom(UnitInstance from)
public UnitInstance getTo()
public void setTo(UnitInstance to)
public String toJson()
Copyright © 2016. All Rights Reserved.