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