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 conceptRequestFinishedof blackjack_beans ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected GameResultgameresultAttribute 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.Objectclone()Get a clone of thisRequestFinished.booleanequals(java.lang.Object obj)Test the equality of thisRequestFinishedand an objectobj.GameResultgetGameresult()Get the gameresult of this RequestFinished.inthashCode()voidsetGameresult(GameResult gameresult)Set the gameresult of this RequestFinished.java.lang.StringtoString()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:
toStringin classjava.lang.Object- Returns:
- The string representation.
-
clone
public java.lang.Object clone()
Get a clone of thisRequestFinished.- Overrides:
clonein classjava.lang.Object- Returns:
- a shalow copy of this instance.
-
equals
public boolean equals(java.lang.Object obj)
Test the equality of thisRequestFinishedand an objectobj.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object this test will be performed with- Returns:
- false if
objis not ofRequestFinishedclass, true if all attributes are equal.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-