Class ClosingCharacterModel


  • public class ClosingCharacterModel
    extends Object
    The type Closing character model.
    Author:
    Harsh Shah
    • Constructor Detail

      • ClosingCharacterModel

        public ClosingCharacterModel​(Character character,
                                     Integer index)
        Instantiates a new Closing character model.
        Parameters:
        character - the character
        index - the index
    • Method Detail

      • getCharacter

        public Character getCharacter()
        Gets character.
        Returns:
        the character
      • setCharacter

        public void setCharacter​(Character character)
        Sets character.
        Parameters:
        character - the character
      • getIndex

        public Integer getIndex()
        Gets index.
        Returns:
        the index
      • setIndex

        public void setIndex​(Integer index)
        Sets index.
        Parameters:
        index - the index
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object