com.hack23.cia.model.internal.application.data.impl
Class AggregatedBugData

Package class diagram package AggregatedBugData
java.lang.Object
  extended by com.hack23.cia.model.internal.application.data.impl.AggregatedBugData
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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

Java class for AggregatedBugData complex type.

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

 <complexType name="AggregatedBugData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://data.application.internal.model.cia.hack23.com/impl}BugMetaDataType" minOccurs="0"/>
         <element name="eu" type="{http://mepinfo.itsyourparliament.external.model.cia.hack23.com/impl}MepinfoEuElement" minOccurs="0"/>
         <element name="sweden" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}PersonData" minOccurs="0"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="party" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String country
           
protected  MepinfoEuElement eu
           
protected  Long hjid
           
protected  String id
           
protected  String key
           
protected  String name
           
protected  String party
           
protected  PersonData sweden
           
protected  BugMetaDataType type
           
 
Constructor Summary
AggregatedBugData()
           
 
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 getCountry()
          Gets the value of the country property.
 MepinfoEuElement getEu()
          Gets the value of the eu property.
 Long getHjid()
          Gets the value of the hjid property.
 String getId()
          Gets the value of the id property.
 String getKey()
          Gets the value of the key property.
 String getName()
          Gets the value of the name property.
 String getParty()
          Gets the value of the party property.
 PersonData getSweden()
          Gets the value of the sweden property.
 BugMetaDataType 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 setCountry(String value)
          Sets the value of the country property.
 void setEu(MepinfoEuElement value)
          Sets the value of the eu property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setId(String value)
          Sets the value of the id property.
 void setKey(String value)
          Sets the value of the key property.
 void setName(String value)
          Sets the value of the name property.
 void setParty(String value)
          Sets the value of the party property.
 void setSweden(PersonData value)
          Sets the value of the sweden property.
 void setType(BugMetaDataType value)
          Sets the value of the type property.
 AggregatedBugData withCountry(String value)
           
 AggregatedBugData withEu(MepinfoEuElement value)
           
 AggregatedBugData withId(String value)
           
 AggregatedBugData withKey(String value)
           
 AggregatedBugData withName(String value)
           
 AggregatedBugData withParty(String value)
           
 AggregatedBugData withSweden(PersonData value)
           
 AggregatedBugData withType(BugMetaDataType value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected BugMetaDataType type

eu

protected MepinfoEuElement eu

sweden

protected PersonData sweden

country

protected String country

name

protected String name

party

protected String party

id

protected String id

key

protected String key

hjid

protected Long hjid
Constructor Detail

AggregatedBugData

public AggregatedBugData()
Method Detail

getType

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

Returns:
possible object is BugMetaDataType

setType

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

Parameters:
value - allowed object is BugMetaDataType

getEu

public MepinfoEuElement getEu()
Gets the value of the eu property.

Returns:
possible object is MepinfoEuElement

setEu

public void setEu(MepinfoEuElement value)
Sets the value of the eu property.

Parameters:
value - allowed object is MepinfoEuElement

getSweden

public PersonData getSweden()
Gets the value of the sweden property.

Returns:
possible object is PersonData

setSweden

public void setSweden(PersonData value)
Sets the value of the sweden property.

Parameters:
value - allowed object is PersonData

getCountry

public String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getParty

public String getParty()
Gets the value of the party property.

Returns:
possible object is String

setParty

public void setParty(String value)
Sets the value of the party property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

withType

public AggregatedBugData withType(BugMetaDataType value)

withEu

public AggregatedBugData withEu(MepinfoEuElement value)

withSweden

public AggregatedBugData withSweden(PersonData value)

withCountry

public AggregatedBugData withCountry(String value)

withName

public AggregatedBugData withName(String value)

withParty

public AggregatedBugData withParty(String value)

withId

public AggregatedBugData withId(String value)

withKey

public AggregatedBugData withKey(String 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.