|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexperiment.event.capability.Directive
public class Directive
Created by IntelliJ IDEA. User: andy Date: Mar 11, 2010 A Data object contains the data for a single cabability update
Constructor Summary | |
---|---|
Directive(java.lang.String key,
java.lang.String data)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getData()
|
java.lang.String |
getKey()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Directive(java.lang.String key, java.lang.String data)
key
- the attribute of the data changedata
- the new valueMethod Detail |
---|
public java.lang.String getData()
public java.lang.String getKey()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |