Package jade.domain.persistence
Class DeleteContainer
- java.lang.Object
-
- jade.domain.persistence.DeleteContainer
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class DeleteContainer extends Object implements AgentAction
This class represents thedelete-containeraction of theJADE-Persistenceontology. This action can be requested to the JADE AMS to create a new agent on a given container.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerIDgetContainer()StringgetRepository()ContainerIDgetWhere()voidsetContainer(ContainerID id)voidsetRepository(String r)voidsetWhere(ContainerID id)
-
-
-
Method Detail
-
setContainer
public void setContainer(ContainerID id)
-
getContainer
public ContainerID getContainer()
-
setWhere
public void setWhere(ContainerID id)
-
getWhere
public ContainerID getWhere()
-
setRepository
public void setRepository(String r)
-
getRepository
public String getRepository()
-
-