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 Summary
FieldsModifier and TypeFieldDescriptionprotected java.lang.Stringprotected java.util.Date -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanequals(java.lang.Object obj) java.lang.StringGets the value of the intressentId property.java.util.DateGets the value of the voteDate property.final inthashCode()voidsetIntressentId(java.lang.String value) Sets the value of the intressentId property.voidsetVoteDate(java.util.Date value) Sets the value of the voteDate property.final java.lang.StringtoString()withIntressentId(java.lang.String value) withVoteDate(java.util.Date value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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 isString
-
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 isString
-
withVoteDate
-
withIntressentId
public RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId withIntressentId(java.lang.String value) -
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj) - Overrides:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()- Overrides:
hashCodein classjava.lang.Object
-