Class RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId

java.lang.Object
com.hack23.cia.model.internal.application.data.committee.impl.RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

@Embeddable public class RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject

Java class for RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vote_date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="intressentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • voteDate

      protected java.util.Date voteDate
    • intressentId

      protected java.lang.String intressentId
  • Constructor Details

    • RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId

      public RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId()
  • Method Details

    • getVoteDate

      public java.util.Date getVoteDate()
      Gets the value of the voteDate property.
      Returns:
      possible object is String
    • setVoteDate

      public void setVoteDate(java.util.Date value)
      Sets the value of the voteDate property.
      Parameters:
      value - allowed object is String
    • getIntressentId

      public java.lang.String getIntressentId()
      Gets the value of the intressentId property.
      Returns:
      possible object is String
    • setIntressentId

      public void setIntressentId(java.lang.String value)
      Sets the value of the intressentId property.
      Parameters:
      value - allowed object is String
    • withVoteDate

      public RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId withVoteDate(java.util.Date value)
    • withIntressentId

      public RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId withIntressentId(java.lang.String value)
    • toString

      public final java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • equals

      public final boolean equals(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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