Class RiksdagenVoteDataBallotPoliticianEmbeddedId
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.committee.impl.RiksdagenVoteDataBallotPoliticianEmbeddedId
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Embeddable public class RiksdagenVoteDataBallotPoliticianEmbeddedId extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject
Java class for RiksdagenVoteDataBallotPoliticianEmbeddedId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiksdagenVoteDataBallotPoliticianEmbeddedId"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ballotId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="concern" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="issue" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="intressentId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
ballotId
protected java.lang.String
concern
protected java.lang.String
intressentId
protected java.lang.String
issue
-
Constructor Summary
Constructors Constructor Description RiksdagenVoteDataBallotPoliticianEmbeddedId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getBallotId()
Gets the value of the ballotId property.java.lang.String
getConcern()
Gets the value of the concern property.java.lang.String
getIntressentId()
Gets the value of the intressentId property.java.lang.String
getIssue()
Gets the value of the issue property.int
hashCode()
void
setBallotId(java.lang.String value)
Sets the value of the ballotId property.void
setConcern(java.lang.String value)
Sets the value of the concern property.void
setIntressentId(java.lang.String value)
Sets the value of the intressentId property.void
setIssue(java.lang.String value)
Sets the value of the issue property.java.lang.String
toString()
RiksdagenVoteDataBallotPoliticianEmbeddedId
withBallotId(java.lang.String value)
RiksdagenVoteDataBallotPoliticianEmbeddedId
withConcern(java.lang.String value)
RiksdagenVoteDataBallotPoliticianEmbeddedId
withIntressentId(java.lang.String value)
RiksdagenVoteDataBallotPoliticianEmbeddedId
withIssue(java.lang.String value)
-
-
-
Method Detail
-
getBallotId
public java.lang.String getBallotId()
Gets the value of the ballotId property.- Returns:
- possible object is
String
-
setBallotId
public void setBallotId(java.lang.String value)
Sets the value of the ballotId property.- Parameters:
value
- allowed object isString
-
getConcern
public java.lang.String getConcern()
Gets the value of the concern property.- Returns:
- possible object is
String
-
setConcern
public void setConcern(java.lang.String value)
Sets the value of the concern property.- Parameters:
value
- allowed object isString
-
getIssue
public java.lang.String getIssue()
Gets the value of the issue property.- Returns:
- possible object is
String
-
setIssue
public void setIssue(java.lang.String value)
Sets the value of the issue 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
-
withBallotId
public RiksdagenVoteDataBallotPoliticianEmbeddedId withBallotId(java.lang.String value)
-
withConcern
public RiksdagenVoteDataBallotPoliticianEmbeddedId withConcern(java.lang.String value)
-
withIssue
public RiksdagenVoteDataBallotPoliticianEmbeddedId withIssue(java.lang.String value)
-
withIntressentId
public RiksdagenVoteDataBallotPoliticianEmbeddedId withIntressentId(java.lang.String value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-