public class AddedContainer extends java.lang.Object implements Event
added-container
concept in the
jade-introspection
ontology.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
A string constant for the name of this event.
|
Constructor and Description |
---|
AddedContainer()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ContainerID |
getContainer()
Retrieve the value of the
container slot of this
event, containing the container identifier of the newly added
container. |
java.lang.String |
getName()
Retrieve the name of this event.
|
java.lang.String |
getOwnership()
Retrieve the value of the
ownership slot of this
event, containing the name of the entity owning the newly added
container. |
void |
setContainer(ContainerID id)
Set the
container of this event. |
void |
setOwnership(java.lang.String o)
Set the
ownership of this event. |
public static final java.lang.String NAME
public AddedContainer()
public java.lang.String getName()
public void setContainer(ContainerID id)
container
of this event.id
- The container identifier of the newly added
container.public ContainerID getContainer()
container
slot of this
event, containing the container identifier of the newly added
container.container
slot, or
null
if no value was set.public void setOwnership(java.lang.String o)
ownership
of this event.o
- The name of the entity owning the newly added
container.public java.lang.String getOwnership()
ownership
slot of this
event, containing the name of the entity owning the newly added
container.ownership
slot, or
null
if no value was set.