Class RequestFinished

  • All Implemented Interfaces:
    IComponentAction

    public class RequestFinished
    extends java.lang.Object
    implements IComponentAction
    Editable Java class for concept RequestFinished of blackjack_beans ontology.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected GameResult gameresult
      Attribute for slot gameresult.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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 this RequestFinished.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.
      • clone

        public java.lang.Object clone()
        Get a clone of this RequestFinished.
        Overrides:
        clone in class java.lang.Object
        Returns:
        a shalow copy of this instance.
      • equals

        public boolean equals​(java.lang.Object obj)
        Test the equality of this RequestFinished and an object obj.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object this test will be performed with
        Returns:
        false if obj is not of RequestFinished class, true if all attributes are equal.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object