public class InteractionContextDTO extends BaseBridgeFacet implements HasId, Serializable, Comparable<InteractionContextDTO>, FarObject<InteractionContext>
| Constructor and Description |
|---|
InteractionContextDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(InteractionContextDTO interactionContext) |
InteractionContext |
declareNearType()
Declares the near type that corresponds to the object that implements this interface.
|
boolean |
equals(Object other) |
AlphabetDTO |
getActions() |
Long |
getId() |
AlphabetDTO |
getResponses() |
StructureDTO |
getStructure() |
String |
getURI() |
void |
setActions(AlphabetDTO actions) |
void |
setId(Long id) |
void |
setResponses(AlphabetDTO responses) |
void |
setStructure(StructureDTO structure) |
void |
setURI(String uri) |
String |
toString() |
getBridgeFacets, hasBridgeFacets, setBridgeFacetspublic String getURI()
public void setURI(String uri)
public AlphabetDTO getActions()
public void setActions(AlphabetDTO actions)
public AlphabetDTO getResponses()
public void setResponses(AlphabetDTO responses)
public StructureDTO getStructure()
public void setStructure(StructureDTO structure)
public int compareTo(InteractionContextDTO interactionContext)
compareTo in interface Comparable<InteractionContextDTO>public InteractionContext declareNearType()
DeclaresNearTypedeclareNearType in interface DeclaresNearType<InteractionContext>Copyright © 2013. All Rights Reserved.