| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
mam.agent.AgentProperties | +--mam.agent.UrlKnowledgeAgentProperties
Description of the Class
Field Summary | |
protected String | m_attrKnowledgeMetadata |
protected URL | m_attrKnowledgeUrl |
protected String | m_attrOrigin |
protected RoutingTag | m_ipAgentRoutingTag |
Fields inherited from class mam.agent.AgentProperties |
ACCOUNT_TAG_NAME, DEFAULT_TAG_NAME, DESCRIPTION_TAG_NAME, ID_TAG_NAME, NICKNAME_TAG_NAME, ROLE_TAG_NAME |
Constructor Summary | |
UrlKnowledgeAgentProperties() Constructor for the UrlKnowledgeAgentProperties object | |
UrlKnowledgeAgentProperties(UrlKnowledgeAgentProperties original) Constructor for the UrlKnowledgeAgentProperties object | |
UrlKnowledgeAgentProperties(AgentProperties agentProperties, URL knowledgeUrl, String knowledgeMetadata, String origin, RoutingTag ipAgentRoutingTag) Constructor for the UrlKnowledgeAgentProperties object |
Method Summary | |
Object | clone() Description of the Method |
RoutingTag | getIpAgentRoutingTag() Gets the IpAgentRoutingTag attribute of the UrlKnowledgeAgentProperties object |
String | getKnowledgeMetadata() Gets the KnowledgeMetadata attribute of the UrlKnowledgeAgentProperties object |
URL | getKnowledgeUrl() Gets the KnowledgeUrl attribute of the UrlKnowledgeAgentProperties object |
String | getOrigin() Gets the Origin attribute of the UrlKnowledgeAgentProperties object |
void | setIpAgentRoutingTag(RoutingTag ipAgentRoutingTag) Sets the IpAgentRoutingTag attribute of the UrlKnowledgeAgentProperties object |
void | setKnowledgeMetadata(String knowledgeMetadata) Sets the KnowledgeMetadata attribute of the UrlKnowledgeAgentProperties object |
void | setKnowledgeUrl(URL knowledgeUrl) Sets the KnowledgeUrl attribute of the UrlKnowledgeAgentProperties object |
void | setKnowledgeUrl(String knowledgeUrl) Sets the KnowledgeUrl attribute of the UrlKnowledgeAgentProperties object |
void | setOrigin(String origin) Sets the Origin attribute of the UrlKnowledgeAgentProperties object |
Methods inherited from class mam.agent.AgentProperties |
compareTo, fromXmlElement, getAccount, getAgentTraits, getDescription, getMamId, getNickname, getRole, setAccount, setAgentTraits, setDescription, setMamId, setNickname, setRole, toString, toXmlElement, toXmlElement |
Field Detail |
protected String m_attrKnowledgeMetadata
protected URL m_attrKnowledgeUrl
protected String m_attrOrigin
protected RoutingTag m_ipAgentRoutingTag
Constructor Detail |
public UrlKnowledgeAgentProperties()
public UrlKnowledgeAgentProperties(UrlKnowledgeAgentProperties original)
public UrlKnowledgeAgentProperties(AgentProperties agentProperties, URL knowledgeUrl, String knowledgeMetadata, String origin, RoutingTag ipAgentRoutingTag)
Method Detail |
public Object clone()
public RoutingTag getIpAgentRoutingTag()
public String getKnowledgeMetadata()
public URL getKnowledgeUrl()
public String getOrigin()
public void setIpAgentRoutingTag(RoutingTag ipAgentRoutingTag)
public void setKnowledgeMetadata(String knowledgeMetadata)
public void setKnowledgeUrl(URL knowledgeUrl)
public void setKnowledgeUrl(String knowledgeUrl)
public void setOrigin(String origin)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |