|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsli.dialog.app.calo.browser.Feedback
public abstract class Feedback
An action taken to provide feedback to some given information. Feedback actions are identified by a unique ID, and the equals and hashCode use this.
| Constructor Summary | |
|---|---|
Feedback()
Construct a feedback action with a new unique ID. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getActor()
|
long |
getEndTime()
|
String |
getId()
|
long |
getStartTime()
|
int |
hashCode()
|
static void |
main(String[] args)
|
static void |
makeOpiSpec(File file)
This method generates an OPI spec automatically from the set of feedback classes which are listed in this package. |
void |
setActor(String actor)
|
void |
setEndTime(long endTime)
|
void |
setId(String id)
NOTE: YOU SHOULD NOT CALL THIS FUNCTION UNLESS YOU KNOW WHAT YOU ARE DOING! IT IS SET AUTOMATICALLY. |
void |
setStartTime(long startTime)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Feedback()
| Method Detail |
|---|
public static void main(String[] args)
public static void makeOpiSpec(File file)
public boolean equals(Object obj)
equals in class Objectpublic String getActor()
public long getEndTime()
public String getId()
public long getStartTime()
public int hashCode()
hashCode in class Objectpublic void setActor(String actor)
actor - The actor to set.public void setEndTime(long endTime)
endTime - The endTime to set.public void setId(String id)
id - The id to set.public void setStartTime(long startTime)
startTime - The startTime to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||