Class ViewRiksdagenCommittee
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenCommittee
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Entity(name="ViewRiksdagenCommittee") public class ViewRiksdagenCommittee extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject
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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
active
protected long
currentMemberSize
protected RiksdagenCommitteeEmbeddedId
embeddedId
protected java.util.Date
firstAssignmentDate
protected java.util.Date
lastAssignmentDate
protected long
totalAssignments
protected long
totalDaysServed
-
Constructor Summary
Constructors Constructor Description ViewRiksdagenCommittee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
long
getCurrentMemberSize()
Gets the value of the currentMemberSize property.RiksdagenCommitteeEmbeddedId
getEmbeddedId()
Gets the value of the embeddedId property.java.util.Date
getFirstAssignmentDate()
Gets the value of the firstAssignmentDate property.java.util.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()
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(java.util.Date value)
Sets the value of the firstAssignmentDate property.void
setLastAssignmentDate(java.util.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.java.lang.String
toString()
ViewRiksdagenCommittee
withActive(boolean value)
ViewRiksdagenCommittee
withCurrentMemberSize(long value)
ViewRiksdagenCommittee
withEmbeddedId(RiksdagenCommitteeEmbeddedId value)
ViewRiksdagenCommittee
withFirstAssignmentDate(java.util.Date value)
ViewRiksdagenCommittee
withLastAssignmentDate(java.util.Date value)
ViewRiksdagenCommittee
withTotalAssignments(long value)
ViewRiksdagenCommittee
withTotalDaysServed(long value)
-
-
-
Field Detail
-
embeddedId
protected RiksdagenCommitteeEmbeddedId embeddedId
-
totalAssignments
protected long totalAssignments
-
firstAssignmentDate
protected java.util.Date firstAssignmentDate
-
lastAssignmentDate
protected java.util.Date lastAssignmentDate
-
totalDaysServed
protected long totalDaysServed
-
currentMemberSize
protected long currentMemberSize
-
active
protected boolean active
-
-
Method Detail
-
getEmbeddedId
public RiksdagenCommitteeEmbeddedId getEmbeddedId()
Gets the value of the embeddedId property.- Returns:
- possible object is
RiksdagenCommitteeEmbeddedId
-
setEmbeddedId
public void setEmbeddedId(RiksdagenCommitteeEmbeddedId value)
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isRiksdagenCommitteeEmbeddedId
-
getTotalAssignments
public long getTotalAssignments()
Gets the value of the totalAssignments property.
-
setTotalAssignments
public void setTotalAssignments(long value)
Sets the value of the totalAssignments property.
-
getFirstAssignmentDate
public java.util.Date getFirstAssignmentDate()
Gets the value of the firstAssignmentDate property.- Returns:
- possible object is
String
-
setFirstAssignmentDate
public void setFirstAssignmentDate(java.util.Date value)
Sets the value of the firstAssignmentDate property.- Parameters:
value
- allowed object isString
-
getLastAssignmentDate
public java.util.Date getLastAssignmentDate()
Gets the value of the lastAssignmentDate property.- Returns:
- possible object is
String
-
setLastAssignmentDate
public void setLastAssignmentDate(java.util.Date value)
Sets the value of the lastAssignmentDate property.- Parameters:
value
- allowed object isString
-
getTotalDaysServed
public long getTotalDaysServed()
Gets the value of the totalDaysServed property.
-
setTotalDaysServed
public void setTotalDaysServed(long value)
Sets the value of the totalDaysServed property.
-
getCurrentMemberSize
public long getCurrentMemberSize()
Gets the value of the currentMemberSize property.
-
setCurrentMemberSize
public void setCurrentMemberSize(long value)
Sets the value of the currentMemberSize property.
-
isActive
public boolean isActive()
Gets the value of the active property.
-
setActive
public void setActive(boolean value)
Sets the value of the active property.
-
withEmbeddedId
public ViewRiksdagenCommittee withEmbeddedId(RiksdagenCommitteeEmbeddedId value)
-
withTotalAssignments
public ViewRiksdagenCommittee withTotalAssignments(long value)
-
withFirstAssignmentDate
public ViewRiksdagenCommittee withFirstAssignmentDate(java.util.Date value)
-
withLastAssignmentDate
public ViewRiksdagenCommittee withLastAssignmentDate(java.util.Date value)
-
withTotalDaysServed
public ViewRiksdagenCommittee withTotalDaysServed(long value)
-
withCurrentMemberSize
public ViewRiksdagenCommittee withCurrentMemberSize(long value)
-
withActive
public ViewRiksdagenCommittee withActive(boolean value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-