Package jade.domain.persistence
Class LoadContainer
- java.lang.Object
-
- jade.domain.persistence.LoadContainer
-
- All Implemented Interfaces:
AgentAction,Concept,ContentElement,Term,Serializable,Serializable
public class LoadContainer extends Object implements AgentAction
This class represents theload-containeraction of theJADE-Persistenceontology. This action can be requested to the JADE AMS to load the previously stored state of a given container.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadContainer()
-
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()
-
-