Class ViewRiksdagenPoliticianExperienceSummary
java.lang.Object
com.hack23.cia.model.internal.application.data.politician.impl.ViewRiksdagenPoliticianExperienceSummary
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,java.io.Serializable
@Entity
public class ViewRiksdagenPoliticianExperienceSummary
extends java.lang.Object
implements com.hack23.cia.model.common.api.ModelObject
The Class ViewRiksdagenPoliticianExperienceSummary.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCareer phase enum.static enumExperience breadth enum.static enumExperience level enum.static classThe Class KnowledgeArea.static enumLeadership profile enum.static classThe Class PoliticalRole.static enumRole stability enum.static enumSpecialization level enum. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(java.lang.Object obj) Equals.Gets the career phase.java.lang.LongGets the committee days.Gets the experience breadth.Gets the experience level.java.lang.StringGets the first name.java.lang.StringGets the formatted experience summary.java.lang.LongGets the govt days.java.util.List<ViewRiksdagenPoliticianExperienceSummary.KnowledgeArea> Gets the knowledge areas.java.lang.StringGets the knowledge areas json.java.lang.StringGets the last name.Gets the leadership profile.java.lang.LongGets the party days.java.lang.StringGets the person id.java.lang.StringGets the political analysis comment.java.lang.LongGets the riksdag days.java.util.List<ViewRiksdagenPoliticianExperienceSummary.PoliticalRole> getRoles()Gets the roles.java.lang.StringGets the roles json.Gets the role stability.static longGets the serialversionuid.Gets the specialization level.java.lang.LongGets the total days.java.lang.LongGets the total leadership days.java.lang.LongGets the total substitute days.java.lang.LongGets the total weighted exp.inthashCode()Hash code.voidSets the career phase.voidsetCommitteeDays(java.lang.Long committeeDays) Sets the committee days.voidsetExperienceBreadth(ViewRiksdagenPoliticianExperienceSummary.ExperienceBreadth experienceBreadth) Sets the experience breadth.voidSets the experience level.voidsetFirstName(java.lang.String firstName) Sets the first name.voidsetGovtDays(java.lang.Long govtDays) Sets the govt days.voidsetKnowledgeAreas(java.util.List<ViewRiksdagenPoliticianExperienceSummary.KnowledgeArea> knowledgeAreas) Sets the knowledge areas.voidsetKnowledgeAreasJson(java.lang.String knowledgeAreasJson) Sets the knowledge areas json.voidsetLastName(java.lang.String lastName) Sets the last name.voidsetLeadershipProfile(ViewRiksdagenPoliticianExperienceSummary.LeadershipProfile leadershipProfile) Sets the leadership profile.voidsetPartyDays(java.lang.Long partyDays) Sets the party days.voidsetPersonId(java.lang.String personId) Sets the person id.voidsetPoliticalAnalysisComment(java.lang.String politicalAnalysisComment) Sets the political analysis comment.voidsetRiksdagDays(java.lang.Long riksdagDays) Sets the riksdag days.voidsetRoles(java.util.List<ViewRiksdagenPoliticianExperienceSummary.PoliticalRole> roles) Sets the roles.voidsetRolesJson(java.lang.String rolesJson) Sets the roles json.voidSets the role stability.voidsetSpecializationLevel(ViewRiksdagenPoliticianExperienceSummary.SpecializationLevel specializationLevel) Sets the specialization level.voidsetTotalDays(java.lang.Long totalDays) Sets the total days.voidsetTotalLeadershipDays(java.lang.Long totalLeadershipDays) Sets the total leadership days.voidsetTotalSubstituteDays(java.lang.Long totalSubstituteDays) Sets the total substitute days.voidsetTotalWeightedExp(java.lang.Long totalWeightedExp) Sets the total weighted exp.java.lang.StringtoString()To string.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ViewRiksdagenPoliticianExperienceSummary
public ViewRiksdagenPoliticianExperienceSummary()
-
-
Method Details
-
getFormattedExperienceSummary
public java.lang.String getFormattedExperienceSummary()Gets the formatted experience summary.- Returns:
- the formatted experience summary
-
getPersonId
public java.lang.String getPersonId()Gets the person id.- Returns:
- the person id
-
setPersonId
public void setPersonId(java.lang.String personId) Sets the person id.- Parameters:
personId- the new person id
-
getFirstName
public java.lang.String getFirstName()Gets the first name.- Returns:
- the first name
-
setFirstName
public void setFirstName(java.lang.String firstName) Sets the first name.- Parameters:
firstName- the new first name
-
getLastName
public java.lang.String getLastName()Gets the last name.- Returns:
- the last name
-
setLastName
public void setLastName(java.lang.String lastName) Sets the last name.- Parameters:
lastName- the new last name
-
getTotalDays
public java.lang.Long getTotalDays()Gets the total days.- Returns:
- the total days
-
setTotalDays
public void setTotalDays(java.lang.Long totalDays) Sets the total days.- Parameters:
totalDays- the new total days
-
getTotalWeightedExp
public java.lang.Long getTotalWeightedExp()Gets the total weighted exp.- Returns:
- the total weighted exp
-
setTotalWeightedExp
public void setTotalWeightedExp(java.lang.Long totalWeightedExp) Sets the total weighted exp.- Parameters:
totalWeightedExp- the new total weighted exp
-
getGovtDays
public java.lang.Long getGovtDays()Gets the govt days.- Returns:
- the govt days
-
setGovtDays
public void setGovtDays(java.lang.Long govtDays) Sets the govt days.- Parameters:
govtDays- the new govt days
-
getRiksdagDays
public java.lang.Long getRiksdagDays()Gets the riksdag days.- Returns:
- the riksdag days
-
setRiksdagDays
public void setRiksdagDays(java.lang.Long riksdagDays) Sets the riksdag days.- Parameters:
riksdagDays- the new riksdag days
-
getPartyDays
public java.lang.Long getPartyDays()Gets the party days.- Returns:
- the party days
-
setPartyDays
public void setPartyDays(java.lang.Long partyDays) Sets the party days.- Parameters:
partyDays- the new party days
-
getCommitteeDays
public java.lang.Long getCommitteeDays()Gets the committee days.- Returns:
- the committee days
-
setCommitteeDays
public void setCommitteeDays(java.lang.Long committeeDays) Sets the committee days.- Parameters:
committeeDays- the new committee days
-
getTotalSubstituteDays
public java.lang.Long getTotalSubstituteDays()Gets the total substitute days.- Returns:
- the total substitute days
-
setTotalSubstituteDays
public void setTotalSubstituteDays(java.lang.Long totalSubstituteDays) Sets the total substitute days.- Parameters:
totalSubstituteDays- the new total substitute days
-
getTotalLeadershipDays
public java.lang.Long getTotalLeadershipDays()Gets the total leadership days.- Returns:
- the total leadership days
-
setTotalLeadershipDays
public void setTotalLeadershipDays(java.lang.Long totalLeadershipDays) Sets the total leadership days.- Parameters:
totalLeadershipDays- the new total leadership days
-
getKnowledgeAreasJson
public java.lang.String getKnowledgeAreasJson()Gets the knowledge areas json.- Returns:
- the knowledge areas json
-
setKnowledgeAreasJson
public void setKnowledgeAreasJson(java.lang.String knowledgeAreasJson) Sets the knowledge areas json.- Parameters:
knowledgeAreasJson- the new knowledge areas json
-
getRolesJson
public java.lang.String getRolesJson()Gets the roles json.- Returns:
- the roles json
-
setRolesJson
public void setRolesJson(java.lang.String rolesJson) Sets the roles json.- Parameters:
rolesJson- the new roles json
-
getExperienceLevel
Gets the experience level.- Returns:
- the experience level
-
setExperienceLevel
public void setExperienceLevel(ViewRiksdagenPoliticianExperienceSummary.ExperienceLevel experienceLevel) Sets the experience level.- Parameters:
experienceLevel- the new experience level
-
getExperienceBreadth
Gets the experience breadth.- Returns:
- the experience breadth
-
setExperienceBreadth
public void setExperienceBreadth(ViewRiksdagenPoliticianExperienceSummary.ExperienceBreadth experienceBreadth) Sets the experience breadth.- Parameters:
experienceBreadth- the new experience breadth
-
getLeadershipProfile
Gets the leadership profile.- Returns:
- the leadership profile
-
setLeadershipProfile
public void setLeadershipProfile(ViewRiksdagenPoliticianExperienceSummary.LeadershipProfile leadershipProfile) Sets the leadership profile.- Parameters:
leadershipProfile- the new leadership profile
-
getRoleStability
Gets the role stability.- Returns:
- the role stability
-
setRoleStability
Sets the role stability.- Parameters:
roleStability- the new role stability
-
getCareerPhase
Gets the career phase.- Returns:
- the career phase
-
setCareerPhase
Sets the career phase.- Parameters:
careerPhase- the new career phase
-
getSpecializationLevel
Gets the specialization level.- Returns:
- the specialization level
-
setSpecializationLevel
public void setSpecializationLevel(ViewRiksdagenPoliticianExperienceSummary.SpecializationLevel specializationLevel) Sets the specialization level.- Parameters:
specializationLevel- the new specialization level
-
getPoliticalAnalysisComment
public java.lang.String getPoliticalAnalysisComment()Gets the political analysis comment.- Returns:
- the political analysis comment
-
setPoliticalAnalysisComment
public void setPoliticalAnalysisComment(java.lang.String politicalAnalysisComment) Sets the political analysis comment.- Parameters:
politicalAnalysisComment- the new political analysis comment
-
getKnowledgeAreas
Gets the knowledge areas.- Returns:
- the knowledge areas
-
setKnowledgeAreas
public void setKnowledgeAreas(java.util.List<ViewRiksdagenPoliticianExperienceSummary.KnowledgeArea> knowledgeAreas) Sets the knowledge areas.- Parameters:
knowledgeAreas- the new knowledge areas
-
getRoles
Gets the roles.- Returns:
- the roles
-
setRoles
Sets the roles.- Parameters:
roles- the new roles
-
getSerialversionuid
public static long getSerialversionuid()Gets the serialversionuid.- Returns:
- the serialversionuid
-
toString
public java.lang.String toString()To string.- Overrides:
toStringin classjava.lang.Object- Returns:
- the string
-
equals
public boolean equals(java.lang.Object obj) Equals.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the obj- Returns:
- true, if successful
-
hashCode
public int hashCode()Hash code.- Overrides:
hashCodein classjava.lang.Object- Returns:
- the int
-