com.hack23.cia.model.external.riksdagen.utskottsforslag.impl
Class AgainstProposalData

Package class diagram package AgainstProposalData
java.lang.Object
  extended by com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.AgainstProposalData
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="AgainstProposalData")
public class AgainstProposalData
extends Object
implements Serializable, ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Java class for AgainstProposalData complex type.

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

 <complexType name="AgainstProposalData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="rubrik" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="typ" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="partier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="utskottsforslag_punkt" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String header
           
protected  Long hjid
           
protected  BigInteger number
           
protected  String parties
           
protected  BigInteger proposalIssueNumber
           
protected  String type
           
 
Constructor Summary
AgainstProposalData()
           
 
Method Summary
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 String getHeader()
          Gets the value of the header property.
 Long getHjid()
          Gets the value of the hjid property.
 BigInteger getNumber()
          Gets the value of the number property.
 String getParties()
          Gets the value of the parties property.
 BigInteger getProposalIssueNumber()
          Gets the value of the proposalIssueNumber property.
 String getType()
          Gets the value of the type property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setHeader(String value)
          Sets the value of the header property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setNumber(BigInteger value)
          Sets the value of the number property.
 void setParties(String value)
          Sets the value of the parties property.
 void setProposalIssueNumber(BigInteger value)
          Sets the value of the proposalIssueNumber property.
 void setType(String value)
          Sets the value of the type property.
 AgainstProposalData withHeader(String value)
           
 AgainstProposalData withNumber(BigInteger value)
           
 AgainstProposalData withParties(String value)
           
 AgainstProposalData withProposalIssueNumber(BigInteger value)
           
 AgainstProposalData withType(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

protected BigInteger number

header

protected String header

type

protected String type

parties

protected String parties

proposalIssueNumber

protected BigInteger proposalIssueNumber

hjid

protected Long hjid
Constructor Detail

AgainstProposalData

public AgainstProposalData()
Method Detail

getNumber

public BigInteger getNumber()
Gets the value of the number property.

Returns:
possible object is BigInteger

setNumber

public void setNumber(BigInteger value)
Sets the value of the number property.

Parameters:
value - allowed object is BigInteger

getHeader

public String getHeader()
Gets the value of the header property.

Returns:
possible object is String

setHeader

public void setHeader(String value)
Sets the value of the header property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getParties

public String getParties()
Gets the value of the parties property.

Returns:
possible object is String

setParties

public void setParties(String value)
Sets the value of the parties property.

Parameters:
value - allowed object is String

getProposalIssueNumber

public BigInteger getProposalIssueNumber()
Gets the value of the proposalIssueNumber property.

Returns:
possible object is BigInteger

setProposalIssueNumber

public void setProposalIssueNumber(BigInteger value)
Sets the value of the proposalIssueNumber property.

Parameters:
value - allowed object is BigInteger

withNumber

public AgainstProposalData withNumber(BigInteger value)

withHeader

public AgainstProposalData withHeader(String value)

withType

public AgainstProposalData withType(String value)

withParties

public AgainstProposalData withParties(String value)

withProposalIssueNumber

public AgainstProposalData withProposalIssueNumber(BigInteger value)

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.