Class VoteDataDtoId

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    public class VoteDataDtoId
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class VoteDataDtoId.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String ballotId
      The ballot id.
      protected java.lang.String intressentId
      The intressent id.
      protected java.lang.String issue
      The issue.
    • Constructor Summary

      Constructors 
      Constructor Description
      VoteDataDtoId()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      java.lang.String getBallotId()
      Gets the ballot id.
      java.lang.String getIntressentId()
      Gets the intressent id.
      java.lang.String getIssue()
      Gets the issue.
      int hashCode()  
      void setBallotId​(java.lang.String value)
      Sets the ballot id.
      void setIntressentId​(java.lang.String value)
      Sets the intressent id.
      void setIssue​(java.lang.String value)
      Sets the issue.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • intressentId

        protected java.lang.String intressentId
        The intressent id.
      • issue

        protected java.lang.String issue
        The issue.
      • ballotId

        protected java.lang.String ballotId
        The ballot id.
    • Constructor Detail

      • VoteDataDtoId

        public VoteDataDtoId()
    • Method Detail

      • getIntressentId

        public java.lang.String getIntressentId()
        Gets the intressent id.
        Returns:
        the intressent id
      • setIntressentId

        public void setIntressentId​(java.lang.String value)
        Sets the intressent id.
        Parameters:
        value - the new intressent id
      • getIssue

        public java.lang.String getIssue()
        Gets the issue.
        Returns:
        the issue
      • setIssue

        public void setIssue​(java.lang.String value)
        Sets the issue.
        Parameters:
        value - the new issue
      • getBallotId

        public java.lang.String getBallotId()
        Gets the ballot id.
        Returns:
        the ballot id
      • setBallotId

        public void setBallotId​(java.lang.String value)
        Sets the ballot id.
        Parameters:
        value - the new ballot id
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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