Package jadex.bdi.examples.blackjack
Class RequestFinished
- java.lang.Object
-
- jadex.bdi.examples.blackjack.RequestFinished
-
- All Implemented Interfaces:
IComponentAction
public class RequestFinished extends java.lang.Object implements IComponentAction
Editable Java class for conceptRequestFinished
of blackjack_beans ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected GameResult
gameresult
Attribute for slot gameresult.
-
Constructor Summary
Constructors Constructor Description RequestFinished()
Default Constructor.RequestFinished(RequestFinished proto)
Clone Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
Get a clone of thisRequestFinished
.boolean
equals(java.lang.Object obj)
Test the equality of thisRequestFinished
and an objectobj
.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 thisRequestFinished
.
-
-
-
Field Detail
-
gameresult
protected GameResult gameresult
Attribute for slot gameresult.
-
-
Constructor Detail
-
RequestFinished
public RequestFinished()
Default Constructor.
RequestFinished.
-
RequestFinished
public RequestFinished(RequestFinished proto)
Clone Constructor.
RequestFinished.
proto to this instance.- Parameters:
proto
- The prototype instance.
-
-
Method Detail
-
getGameresult
public GameResult getGameresult()
Get the gameresult of this RequestFinished.- Returns:
- gameresult
-
setGameresult
public void setGameresult(GameResult gameresult)
Set the gameresult of this RequestFinished.- Parameters:
gameresult
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of thisRequestFinished
.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
clone
public java.lang.Object clone()
Get a clone of thisRequestFinished
.- Overrides:
clone
in classjava.lang.Object
- Returns:
- a shalow copy of this instance.
-
equals
public boolean equals(java.lang.Object obj)
Test the equality of thisRequestFinished
and an objectobj
.- Overrides:
equals
in classjava.lang.Object
- Parameters:
obj
- the object this test will be performed with- Returns:
- false if
obj
is not ofRequestFinished
class, true if all attributes are equal.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-