mam.agent
Class MooExportData


class MooExportData


Field Summary
 private Stringm_informationPersonaeDescription
           
 private MamIdm_informationPersonaeId
           
 private Collectionm_knowledgeAgentInformation
           

Constructor Summary
MooExportData(MamId informationPersonaeId, String informationPersonaeDescription, Collection knowledgeAgentInformation)
           

Method Summary
 StringgetInformationPersonaeDescription()
           
 MamIdgetInformationPersonaeId()
           
 CollectiongetKnowledgeAgentInformation()
           

Field Detail

m_informationPersonaeDescription

private String m_informationPersonaeDescription

m_informationPersonaeId

private MamId m_informationPersonaeId

m_knowledgeAgentInformation

private Collection m_knowledgeAgentInformation
Constructor Detail

MooExportData

public MooExportData(MamId informationPersonaeId, String informationPersonaeDescription, Collection knowledgeAgentInformation)
Method Detail

getInformationPersonaeDescription

public String getInformationPersonaeDescription()

getInformationPersonaeId

public MamId getInformationPersonaeId()

getKnowledgeAgentInformation

public Collection getKnowledgeAgentInformation()

Association Links

to Class mam.id.MamId

to Class java.lang.String

to Class java.util.Collection