ie.nuigalway.ecrg.jade.jmsagentgateway.onto
Class Property

java.lang.Object
  |
  +--ie.nuigalway.ecrg.jade.jmsagentgateway.onto.Property
All Implemented Interfaces:
jade.content.Concept, jade.util.leap.Serializable, java.io.Serializable, jade.content.Term

public class Property
extends java.lang.Object
implements jade.content.Concept

Concept used for JMS Message Property Protege name: Property

Version:
2004/03/31, 18:54:36
Author:
ontology bean generator
See Also:
Serialized Form

Field Summary
private  java.lang.String propName
          Property Name Protege name: propName
private  java.lang.String propValue
          Property Value Protege name: propValue
 
Constructor Summary
Property()
           
 
Method Summary
 java.lang.String getPropName()
          Gets the propName attribute of the Property object
 java.lang.String getPropValue()
          Gets the propValue attribute of the Property object
 void setPropName(java.lang.String value)
          Sets the propName attribute of the Property object
 void setPropValue(java.lang.String value)
          Sets the propValue attribute of the Property object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propName

private java.lang.String propName
Property Name Protege name: propName


propValue

private java.lang.String propValue
Property Value Protege name: propValue

Constructor Detail

Property

public Property()
Method Detail

setPropName

public void setPropName(java.lang.String value)
Sets the propName attribute of the Property object

Parameters:
value - The new propName value

getPropName

public java.lang.String getPropName()
Gets the propName attribute of the Property object

Returns:
The propName value

setPropValue

public void setPropValue(java.lang.String value)
Sets the propValue attribute of the Property object

Parameters:
value - The new propValue value

getPropValue

public java.lang.String getPropValue()
Gets the propValue attribute of the Property object

Returns:
The propValue value