public class RequestFinished
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
RequestFinished of blackjack_beans ontology.| Modifier and Type | Field and Description |
|---|---|
protected GameResult |
gameresult
Attribute for slot gameresult.
|
| Constructor and Description |
|---|
RequestFinished()
Default Constructor.
|
RequestFinished(RequestFinished proto)
Clone Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Get a clone of this
RequestFinished. |
boolean |
equals(java.lang.Object obj)
Test the equality of this
RequestFinished
and an object obj. |
GameResult |
getGameresult()
Get the gameresult of this RequestFinished.
|
int |
hashCode() |
void |
setGameresult(GameResult gameresult)
Set the gameresult of this RequestFinished.
|
java.lang.String |
toString()
Get a string representation of this
RequestFinished. |
protected GameResult gameresult
public RequestFinished()
RequestFinished.public RequestFinished(RequestFinished proto)
RequestFinished.proto to this instance.proto - The prototype instance.public GameResult getGameresult()
public void setGameresult(GameResult gameresult)
gameresult - the value to be setpublic java.lang.String toString()
RequestFinished.toString in class java.lang.Objectpublic java.lang.Object clone()
RequestFinished.clone in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
RequestFinished
and an object obj.equals in class java.lang.Objectobj - the object this test will be performed withobj is not of RequestFinished class,
true if all attributes are equal.public int hashCode()
hashCode in class java.lang.Object