@Entity(name="ViewRiksdagenMinistry") public class ViewRiksdagenMinistry 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 ViewRiksdagenMinistry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenMinistry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nameId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="totalAssignments" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="firstAssignmentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="lastAssignmentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="totalDaysServed" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="currentMemberSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected long |
currentMemberSize |
protected Date |
firstAssignmentDate |
protected Date |
lastAssignmentDate |
protected String |
nameId |
protected long |
totalAssignments |
protected long |
totalDaysServed |
Constructor and Description |
---|
ViewRiksdagenMinistry() |
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 |
getCurrentMemberSize()
Gets the value of the currentMemberSize property.
|
Date |
getFirstAssignmentDate()
Gets the value of the firstAssignmentDate property.
|
Date |
getLastAssignmentDate()
Gets the value of the lastAssignmentDate property.
|
String |
getNameId()
Gets the value of the nameId property.
|
long |
getTotalAssignments()
Gets the value of the totalAssignments property.
|
long |
getTotalDaysServed()
Gets the value of the totalDaysServed property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setCurrentMemberSize(long value)
Sets the value of the currentMemberSize property.
|
void |
setFirstAssignmentDate(Date value)
Sets the value of the firstAssignmentDate property.
|
void |
setLastAssignmentDate(Date value)
Sets the value of the lastAssignmentDate property.
|
void |
setNameId(String value)
Sets the value of the nameId property.
|
void |
setTotalAssignments(long value)
Sets the value of the totalAssignments property.
|
void |
setTotalDaysServed(long value)
Sets the value of the totalDaysServed property.
|
String |
toString() |
ViewRiksdagenMinistry |
withActive(boolean value) |
ViewRiksdagenMinistry |
withCurrentMemberSize(long value) |
ViewRiksdagenMinistry |
withFirstAssignmentDate(Date value) |
ViewRiksdagenMinistry |
withLastAssignmentDate(Date value) |
ViewRiksdagenMinistry |
withNameId(String value) |
ViewRiksdagenMinistry |
withTotalAssignments(long value) |
ViewRiksdagenMinistry |
withTotalDaysServed(long value) |
protected String nameId
protected long totalAssignments
protected Date firstAssignmentDate
protected Date lastAssignmentDate
protected long totalDaysServed
protected long currentMemberSize
protected boolean active
public String getNameId()
String
public void setNameId(String value)
value
- allowed object is
String
public long getTotalAssignments()
public void setTotalAssignments(long value)
public Date getFirstAssignmentDate()
String
public void setFirstAssignmentDate(Date value)
value
- allowed object is
String
public Date getLastAssignmentDate()
String
public void setLastAssignmentDate(Date value)
value
- allowed object is
String
public long getTotalDaysServed()
public void setTotalDaysServed(long value)
public long getCurrentMemberSize()
public void setCurrentMemberSize(long value)
public boolean isActive()
public void setActive(boolean value)
public ViewRiksdagenMinistry withNameId(String value)
public ViewRiksdagenMinistry withTotalAssignments(long value)
public ViewRiksdagenMinistry withFirstAssignmentDate(Date value)
public ViewRiksdagenMinistry withLastAssignmentDate(Date value)
public ViewRiksdagenMinistry withTotalDaysServed(long value)
public ViewRiksdagenMinistry withCurrentMemberSize(long value)
public ViewRiksdagenMinistry withActive(boolean 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.ToString
public 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.ToString
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2010–2017 www.hack23.com. All rights reserved.