
@Entity(name="ViewRiksdagenCommittee") public class ViewRiksdagenCommittee 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 ViewRiksdagenCommittee complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ViewRiksdagenCommittee">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="embeddedId" type="{http://committee.data.application.internal.model.cia.hack23.com/impl}RiksdagenCommitteeEmbeddedId"/>
         <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 RiksdagenCommitteeEmbeddedId | 
embeddedId  | 
protected Date | 
firstAssignmentDate  | 
protected Date | 
lastAssignmentDate  | 
protected long | 
totalAssignments  | 
protected long | 
totalDaysServed  | 
| Constructor and Description | 
|---|
ViewRiksdagenCommittee()  | 
| 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. 
 | 
RiksdagenCommitteeEmbeddedId | 
getEmbeddedId()
Gets the value of the embeddedId property. 
 | 
Date | 
getFirstAssignmentDate()
Gets the value of the firstAssignmentDate property. 
 | 
Date | 
getLastAssignmentDate()
Gets the value of the lastAssignmentDate 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 | 
setEmbeddedId(RiksdagenCommitteeEmbeddedId value)
Sets the value of the embeddedId property. 
 | 
void | 
setFirstAssignmentDate(Date value)
Sets the value of the firstAssignmentDate property. 
 | 
void | 
setLastAssignmentDate(Date value)
Sets the value of the lastAssignmentDate 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()  | 
ViewRiksdagenCommittee | 
withActive(boolean value)  | 
ViewRiksdagenCommittee | 
withCurrentMemberSize(long value)  | 
ViewRiksdagenCommittee | 
withEmbeddedId(RiksdagenCommitteeEmbeddedId value)  | 
ViewRiksdagenCommittee | 
withFirstAssignmentDate(Date value)  | 
ViewRiksdagenCommittee | 
withLastAssignmentDate(Date value)  | 
ViewRiksdagenCommittee | 
withTotalAssignments(long value)  | 
ViewRiksdagenCommittee | 
withTotalDaysServed(long value)  | 
protected RiksdagenCommitteeEmbeddedId embeddedId
protected long totalAssignments
protected Date firstAssignmentDate
protected Date lastAssignmentDate
protected long totalDaysServed
protected long currentMemberSize
protected boolean active
public RiksdagenCommitteeEmbeddedId getEmbeddedId()
RiksdagenCommitteeEmbeddedIdpublic void setEmbeddedId(RiksdagenCommitteeEmbeddedId value)
value - allowed object is
     RiksdagenCommitteeEmbeddedIdpublic long getTotalAssignments()
public void setTotalAssignments(long value)
public Date getFirstAssignmentDate()
Stringpublic void setFirstAssignmentDate(Date value)
value - allowed object is
     Stringpublic Date getLastAssignmentDate()
Stringpublic void setLastAssignmentDate(Date value)
value - allowed object is
     Stringpublic long getTotalDaysServed()
public void setTotalDaysServed(long value)
public long getCurrentMemberSize()
public void setCurrentMemberSize(long value)
public boolean isActive()
public void setActive(boolean value)
public ViewRiksdagenCommittee withEmbeddedId(RiksdagenCommitteeEmbeddedId value)
public ViewRiksdagenCommittee withTotalAssignments(long value)
public ViewRiksdagenCommittee withFirstAssignmentDate(Date value)
public ViewRiksdagenCommittee withLastAssignmentDate(Date value)
public ViewRiksdagenCommittee withTotalDaysServed(long value)
public ViewRiksdagenCommittee withCurrentMemberSize(long value)
public ViewRiksdagenCommittee 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.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.