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

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

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

Java class for CommitteeProposalComponentData complex type.

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

 <complexType name="CommitteeProposalComponentData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dokmotforslag" type="{http://utskottsforslag.riksdagen.external.model.cia.hack23.com/impl}AgainstProposalContainer" minOccurs="0"/>
         <sequence minOccurs="0">
           <element name="dokument" type="{http://utskottsforslag.riksdagen.external.model.cia.hack23.com/impl}CommitteeDocumentData"/>
           <element name="dokutskottsforslag" type="{http://utskottsforslag.riksdagen.external.model.cia.hack23.com/impl}CommitteeProposalContainer"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AgainstProposalContainer againstProposalContainer
           
protected  CommitteeProposalContainer committeeProposalContainer
           
protected  CommitteeDocumentData document
           
protected  Long hjid
           
 
Constructor Summary
CommitteeProposalComponentData()
           
 
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)
           
 AgainstProposalContainer getAgainstProposalContainer()
          Gets the value of the againstProposalContainer property.
 CommitteeProposalContainer getCommitteeProposalContainer()
          Gets the value of the committeeProposalContainer property.
 CommitteeDocumentData getDocument()
          Gets the value of the document property.
 Long getHjid()
          Gets the value of the hjid property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setAgainstProposalContainer(AgainstProposalContainer value)
          Sets the value of the againstProposalContainer property.
 void setCommitteeProposalContainer(CommitteeProposalContainer value)
          Sets the value of the committeeProposalContainer property.
 void setDocument(CommitteeDocumentData value)
          Sets the value of the document property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 CommitteeProposalComponentData withAgainstProposalContainer(AgainstProposalContainer value)
           
 CommitteeProposalComponentData withCommitteeProposalContainer(CommitteeProposalContainer value)
           
 CommitteeProposalComponentData withDocument(CommitteeDocumentData value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

againstProposalContainer

protected AgainstProposalContainer againstProposalContainer

document

protected CommitteeDocumentData document

committeeProposalContainer

protected CommitteeProposalContainer committeeProposalContainer

hjid

protected Long hjid
Constructor Detail

CommitteeProposalComponentData

public CommitteeProposalComponentData()
Method Detail

getAgainstProposalContainer

public AgainstProposalContainer getAgainstProposalContainer()
Gets the value of the againstProposalContainer property.

Returns:
possible object is AgainstProposalContainer

setAgainstProposalContainer

public void setAgainstProposalContainer(AgainstProposalContainer value)
Sets the value of the againstProposalContainer property.

Parameters:
value - allowed object is AgainstProposalContainer

getDocument

public CommitteeDocumentData getDocument()
Gets the value of the document property.

Returns:
possible object is CommitteeDocumentData

setDocument

public void setDocument(CommitteeDocumentData value)
Sets the value of the document property.

Parameters:
value - allowed object is CommitteeDocumentData

getCommitteeProposalContainer

public CommitteeProposalContainer getCommitteeProposalContainer()
Gets the value of the committeeProposalContainer property.

Returns:
possible object is CommitteeProposalContainer

setCommitteeProposalContainer

public void setCommitteeProposalContainer(CommitteeProposalContainer value)
Sets the value of the committeeProposalContainer property.

Parameters:
value - allowed object is CommitteeProposalContainer

withAgainstProposalContainer

public CommitteeProposalComponentData withAgainstProposalContainer(AgainstProposalContainer value)

withDocument

public CommitteeProposalComponentData withDocument(CommitteeDocumentData value)

withCommitteeProposalContainer

public CommitteeProposalComponentData withCommitteeProposalContainer(CommitteeProposalContainer 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.