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
,Serializable
@Entity(name="ViewRiksdagenCommittee")
public class ViewRiksdagenCommittee
extends 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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
The active.protected String
The activity level.protected double
The avg documents per member.protected long
The current leadership positions.protected long
The current member size.protected long
The current regular members.protected long
The current substitute positions.protected long
The documents last year.protected RiksdagenCommitteeEmbeddedId
The embedded id.protected Date
The first assignment date.protected Date
The last assignment date.protected long
The total assignments.protected long
The total committee motions.protected long
The total days served.protected long
The total documents.protected long
The total follow up motions.protected long
The total leadership positions.protected long
The total substitute positions. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Equals.Gets the activity level.double
Gets the avg documents per member.long
Gets the current leadership positions.long
Gets the value of the currentMemberSize property.long
Gets the current regular members.long
Gets the current substitute positions.long
Gets the documents last year.Gets the value of the embeddedId property.Gets the value of the firstAssignmentDate property.Gets the value of the lastAssignmentDate property.long
Gets the value of the totalAssignments property.long
Gets the total committee motions.long
Gets the value of the totalDaysServed property.long
Gets the total documents.long
Gets the total follow up motions.long
Gets the total leadership positions.long
Gets the total substitute positions.final int
hashCode()
Hash code.boolean
isActive()
Gets the value of the active property.void
setActive
(boolean value) Sets the value of the active property.void
setActivityLevel
(String value) Sets the activity level.void
setAvgDocumentsPerMember
(double value) Sets the avg documents per member.void
setCurrentLeadershipPositions
(long value) Sets the current leadership positions.void
setCurrentMemberSize
(long value) Sets the value of the currentMemberSize property.void
setCurrentRegularMembers
(long value) Sets the current regular members.void
setCurrentSubstitutePositions
(long value) Sets the current substitute positions.void
setDocumentsLastYear
(long value) Sets the documents last year.void
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
setTotalCommitteeMotions
(long value) Sets the total committee motions.void
setTotalDaysServed
(long value) Sets the value of the totalDaysServed property.void
setTotalDocuments
(long value) Sets the total documents.void
setTotalFollowUpMotions
(long value) Sets the total follow up motions.void
setTotalLeadershipPositions
(long value) Sets the total leadership positions.void
setTotalSubstitutePositions
(long value) Sets the total substitute positions.final String
toString()
To string.withActive
(boolean value) With active.withActivityLevel
(String value) With activity level.withAvgDocumentsPerMember
(double value) With avg documents per member.withCurrentLeadershipPositions
(long value) With current leadership positions.withCurrentMemberSize
(long value) With current member size.withCurrentRegularMembers
(long value) With current regular members.withCurrentSubstitutePositions
(long value) With current substitute positions.withDocumentsLastYear
(long value) With documents last year.With embedded id.withFirstAssignmentDate
(Date value) With first assignment date.withLastAssignmentDate
(Date value) With last assignment date.withTotalAssignments
(long value) With total assignments.withTotalCommitteeMotions
(long value) With total committee motions.withTotalDaysServed
(long value) With total days served.withTotalDocuments
(long value) With total documents.withTotalFollowUpMotions
(long value) With total follow up motions.withTotalLeadershipPositions
(long value) With total leadership positions.withTotalSubstitutePositions
(long value) With total substitute positions.
-
Field Details
-
embeddedId
The embedded id. -
totalAssignments
protected long totalAssignmentsThe total assignments. -
firstAssignmentDate
The first assignment date. -
lastAssignmentDate
The last assignment date. -
totalDaysServed
protected long totalDaysServedThe total days served. -
currentMemberSize
protected long currentMemberSizeThe current member size. -
active
protected boolean activeThe active. -
totalLeadershipPositions
protected long totalLeadershipPositionsThe total leadership positions. -
currentLeadershipPositions
protected long currentLeadershipPositionsThe current leadership positions. -
totalSubstitutePositions
protected long totalSubstitutePositionsThe total substitute positions. -
currentSubstitutePositions
protected long currentSubstitutePositionsThe current substitute positions. -
currentRegularMembers
protected long currentRegularMembersThe current regular members. -
totalDocuments
protected long totalDocumentsThe total documents. -
documentsLastYear
protected long documentsLastYearThe documents last year. -
avgDocumentsPerMember
protected double avgDocumentsPerMemberThe avg documents per member. -
totalCommitteeMotions
protected long totalCommitteeMotionsThe total committee motions. -
totalFollowUpMotions
protected long totalFollowUpMotionsThe total follow up motions. -
activityLevel
The activity level.
-
-
Constructor Details
-
ViewRiksdagenCommittee
public ViewRiksdagenCommittee()
-
-
Method Details
-
getEmbeddedId
Gets the value of the embeddedId property.- Returns:
- possible object is
RiksdagenCommitteeEmbeddedId
-
setEmbeddedId
Sets the value of the embeddedId property.- Parameters:
value
- allowed object isRiksdagenCommitteeEmbeddedId
-
getTotalAssignments
public long getTotalAssignments()Gets the value of the totalAssignments property.- Returns:
- the total assignments
-
setTotalAssignments
public void setTotalAssignments(long value) Sets the value of the totalAssignments property.- Parameters:
value
- the new total assignments
-
getFirstAssignmentDate
Gets the value of the firstAssignmentDate property.- Returns:
- possible object is
String
-
setFirstAssignmentDate
Sets the value of the firstAssignmentDate property.- Parameters:
value
- allowed object isString
-
getLastAssignmentDate
Gets the value of the lastAssignmentDate property.- Returns:
- possible object is
String
-
setLastAssignmentDate
Sets the value of the lastAssignmentDate property.- Parameters:
value
- allowed object isString
-
getTotalDaysServed
public long getTotalDaysServed()Gets the value of the totalDaysServed property.- Returns:
- the total days served
-
setTotalDaysServed
public void setTotalDaysServed(long value) Sets the value of the totalDaysServed property.- Parameters:
value
- the new total days served
-
getCurrentMemberSize
public long getCurrentMemberSize()Gets the value of the currentMemberSize property.- Returns:
- the current member size
-
setCurrentMemberSize
public void setCurrentMemberSize(long value) Sets the value of the currentMemberSize property.- Parameters:
value
- the new current member size
-
isActive
public boolean isActive()Gets the value of the active property.- Returns:
- true, if is active
-
setActive
public void setActive(boolean value) Sets the value of the active property.- Parameters:
value
- the new active
-
getTotalLeadershipPositions
public long getTotalLeadershipPositions()Gets the total leadership positions.- Returns:
- the total leadership positions
-
setTotalLeadershipPositions
public void setTotalLeadershipPositions(long value) Sets the total leadership positions.- Parameters:
value
- the new total leadership positions
-
getCurrentLeadershipPositions
public long getCurrentLeadershipPositions()Gets the current leadership positions.- Returns:
- the current leadership positions
-
setCurrentLeadershipPositions
public void setCurrentLeadershipPositions(long value) Sets the current leadership positions.- Parameters:
value
- the new current leadership positions
-
getTotalSubstitutePositions
public long getTotalSubstitutePositions()Gets the total substitute positions.- Returns:
- the total substitute positions
-
setTotalSubstitutePositions
public void setTotalSubstitutePositions(long value) Sets the total substitute positions.- Parameters:
value
- the new total substitute positions
-
getCurrentSubstitutePositions
public long getCurrentSubstitutePositions()Gets the current substitute positions.- Returns:
- the current substitute positions
-
setCurrentSubstitutePositions
public void setCurrentSubstitutePositions(long value) Sets the current substitute positions.- Parameters:
value
- the new current substitute positions
-
getCurrentRegularMembers
public long getCurrentRegularMembers()Gets the current regular members.- Returns:
- the current regular members
-
setCurrentRegularMembers
public void setCurrentRegularMembers(long value) Sets the current regular members.- Parameters:
value
- the new current regular members
-
getTotalDocuments
public long getTotalDocuments()Gets the total documents.- Returns:
- the total documents
-
setTotalDocuments
public void setTotalDocuments(long value) Sets the total documents.- Parameters:
value
- the new total documents
-
getDocumentsLastYear
public long getDocumentsLastYear()Gets the documents last year.- Returns:
- the documents last year
-
setDocumentsLastYear
public void setDocumentsLastYear(long value) Sets the documents last year.- Parameters:
value
- the new documents last year
-
getAvgDocumentsPerMember
public double getAvgDocumentsPerMember()Gets the avg documents per member.- Returns:
- the avg documents per member
-
setAvgDocumentsPerMember
public void setAvgDocumentsPerMember(double value) Sets the avg documents per member.- Parameters:
value
- the new avg documents per member
-
getTotalCommitteeMotions
public long getTotalCommitteeMotions()Gets the total committee motions.- Returns:
- the total committee motions
-
setTotalCommitteeMotions
public void setTotalCommitteeMotions(long value) Sets the total committee motions.- Parameters:
value
- the new total committee motions
-
getTotalFollowUpMotions
public long getTotalFollowUpMotions()Gets the total follow up motions.- Returns:
- the total follow up motions
-
setTotalFollowUpMotions
public void setTotalFollowUpMotions(long value) Sets the total follow up motions.- Parameters:
value
- the new total follow up motions
-
getActivityLevel
Gets the activity level.- Returns:
- the activity level
-
setActivityLevel
Sets the activity level.- Parameters:
value
- the new activity level
-
withTotalLeadershipPositions
With total leadership positions.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withCurrentLeadershipPositions
With current leadership positions.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withTotalSubstitutePositions
With total substitute positions.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withCurrentSubstitutePositions
With current substitute positions.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withCurrentRegularMembers
With current regular members.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withTotalDocuments
With total documents.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withDocumentsLastYear
With documents last year.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withAvgDocumentsPerMember
With avg documents per member.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withTotalCommitteeMotions
With total committee motions.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withTotalFollowUpMotions
With total follow up motions.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withActivityLevel
With activity level.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withEmbeddedId
With embedded id.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withTotalAssignments
With total assignments.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withFirstAssignmentDate
With first assignment date.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withLastAssignmentDate
With last assignment date.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withTotalDaysServed
With total days served.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withCurrentMemberSize
With current member size.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
withActive
With active.- Parameters:
value
- the value- Returns:
- the view riksdagen committee
-
toString
To string. -
equals
Equals. -
hashCode
public final int hashCode()Hash code.
-