|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.introspection.AddedContainer
public class AddedContainer
This class represents the added-container concept in the
jade-introspection ontology.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
A string constant for the name of this event. |
| Constructor Summary | |
|---|---|
AddedContainer()
Default constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
| Constructor Detail |
|---|
public AddedContainer()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Eventpublic 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||