|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ie.nuigalway.ecrg.jade.jmsagentgateway.onto.Property
Concept used for JMS Message Property Protege name: Property
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 |
private java.lang.String propName
private java.lang.String propValue
Constructor Detail |
public Property()
Method Detail |
public void setPropName(java.lang.String value)
value
- The new propName valuepublic java.lang.String getPropName()
public void setPropValue(java.lang.String value)
value
- The new propValue valuepublic java.lang.String getPropValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |