
@Entity(name="ViewRiksdagenParty") public class ViewRiksdagenParty extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ViewRiksdagenParty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenParty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="partyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="partyNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="partyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="headCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="website" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="registeredDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
headCount |
protected String |
partyId |
protected String |
partyName |
protected String |
partyNumber |
protected Date |
registeredDate |
protected String |
website |
| Constructor and Description |
|---|
ViewRiksdagenParty() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
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) |
long |
getHeadCount()
Gets the value of the headCount property.
|
String |
getPartyId()
Gets the value of the partyId property.
|
String |
getPartyName()
Gets the value of the partyName property.
|
String |
getPartyNumber()
Gets the value of the partyNumber property.
|
Date |
getRegisteredDate()
Gets the value of the registeredDate property.
|
String |
getWebsite()
Gets the value of the website property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setHeadCount(long value)
Sets the value of the headCount property.
|
void |
setPartyId(String value)
Sets the value of the partyId property.
|
void |
setPartyName(String value)
Sets the value of the partyName property.
|
void |
setPartyNumber(String value)
Sets the value of the partyNumber property.
|
void |
setRegisteredDate(Date value)
Sets the value of the registeredDate property.
|
void |
setWebsite(String value)
Sets the value of the website property.
|
String |
toString() |
ViewRiksdagenParty |
withHeadCount(long value) |
ViewRiksdagenParty |
withPartyId(String value) |
ViewRiksdagenParty |
withPartyName(String value) |
ViewRiksdagenParty |
withPartyNumber(String value) |
ViewRiksdagenParty |
withRegisteredDate(Date value) |
ViewRiksdagenParty |
withWebsite(String value) |
protected String partyId
protected String partyNumber
protected String partyName
protected long headCount
protected String website
protected Date registeredDate
public String getPartyId()
Stringpublic void setPartyId(String value)
value - allowed object is
Stringpublic String getPartyNumber()
Stringpublic void setPartyNumber(String value)
value - allowed object is
Stringpublic String getPartyName()
Stringpublic void setPartyName(String value)
value - allowed object is
Stringpublic long getHeadCount()
public void setHeadCount(long value)
public String getWebsite()
Stringpublic void setWebsite(String value)
value - allowed object is
Stringpublic Date getRegisteredDate()
Stringpublic void setRegisteredDate(Date value)
value - allowed object is
Stringpublic ViewRiksdagenParty withPartyId(String value)
public ViewRiksdagenParty withPartyNumber(String value)
public ViewRiksdagenParty withPartyName(String value)
public ViewRiksdagenParty withHeadCount(long value)
public ViewRiksdagenParty withWebsite(String value)
public ViewRiksdagenParty withRegisteredDate(Date value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2010–2017 www.hack23.com. All rights reserved.