Class RiksdagenVoteDataBallotEmbeddedId
java.lang.Object
com.hack23.cia.model.internal.application.data.committee.impl.RiksdagenVoteDataBallotEmbeddedId
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,java.io.Serializable
@Embeddable
public class RiksdagenVoteDataBallotEmbeddedId
extends java.lang.Object
implements com.hack23.cia.model.common.api.ModelObject
Java class for RiksdagenVoteDataBallotEmbeddedId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiksdagenVoteDataBallotEmbeddedId">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanequals(java.lang.Object obj) java.lang.StringGets the value of the ballotId property.java.lang.StringGets the value of the concern property.java.lang.StringgetIssue()Gets the value of the issue property.final inthashCode()voidsetBallotId(java.lang.String value) Sets the value of the ballotId property.voidsetConcern(java.lang.String value) Sets the value of the concern property.voidsetIssue(java.lang.String value) Sets the value of the issue property.final java.lang.StringtoString()withBallotId(java.lang.String value) withConcern(java.lang.String value) withIssue(java.lang.String value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
ballotId
protected java.lang.String ballotId -
concern
protected java.lang.String concern -
issue
protected java.lang.String issue
-
-
Constructor Details
-
RiksdagenVoteDataBallotEmbeddedId
public RiksdagenVoteDataBallotEmbeddedId()
-
-
Method Details
-
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
-
withBallotId
-
withConcern
-
withIssue
-
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
-