Class ViewRiksdagenPoliticianExperienceSummary.PoliticalRole
java.lang.Object
com.hack23.cia.model.internal.application.data.politician.impl.ViewRiksdagenPoliticianExperienceSummary.PoliticalRole
- Enclosing class:
ViewRiksdagenPoliticianExperienceSummary
public static class ViewRiksdagenPoliticianExperienceSummary.PoliticalRole
extends java.lang.Object
The Class PoliticalRole.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.LonggetDays()Gets the days.java.lang.LongGets the leadership days.java.lang.StringgetOrg()Gets the org.java.lang.StringgetRole()Gets the role.java.lang.LongGets the substitute days.java.lang.StringgetType()Gets the type.java.lang.LongGets the weighted exp.voidsetDays(java.lang.Long days) Sets the days.voidsetLeadershipDays(java.lang.Long leadershipDays) Sets the leadership days.voidsetOrg(java.lang.String org) Sets the org.voidsetRole(java.lang.String role) Sets the role.voidsetSubstituteDays(java.lang.Long substituteDays) Sets the substitute days.voidsetType(java.lang.String type) Sets the type.voidsetWeightedExp(java.lang.Long weightedExp) Sets the weighted exp.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PoliticalRole
public PoliticalRole()
-
-
Method Details
-
getType
public java.lang.String getType()Gets the type.- Returns:
- the type
-
setType
public void setType(java.lang.String type) Sets the type.- Parameters:
type- the new type
-
getRole
public java.lang.String getRole()Gets the role.- Returns:
- the role
-
setRole
public void setRole(java.lang.String role) Sets the role.- Parameters:
role- the new role
-
getOrg
public java.lang.String getOrg()Gets the org.- Returns:
- the org
-
setOrg
public void setOrg(java.lang.String org) Sets the org.- Parameters:
org- the new org
-
getDays
public java.lang.Long getDays()Gets the days.- Returns:
- the days
-
setDays
public void setDays(java.lang.Long days) Sets the days.- Parameters:
days- the new days
-
getWeightedExp
public java.lang.Long getWeightedExp()Gets the weighted exp.- Returns:
- the weighted exp
-
setWeightedExp
public void setWeightedExp(java.lang.Long weightedExp) Sets the weighted exp.- Parameters:
weightedExp- the new weighted exp
-
getSubstituteDays
public java.lang.Long getSubstituteDays()Gets the substitute days.- Returns:
- the substitute days
-
setSubstituteDays
public void setSubstituteDays(java.lang.Long substituteDays) Sets the substitute days.- Parameters:
substituteDays- the new substitute days
-
getLeadershipDays
public java.lang.Long getLeadershipDays()Gets the leadership days.- Returns:
- the leadership days
-
setLeadershipDays
public void setLeadershipDays(java.lang.Long leadershipDays) Sets the leadership days.- Parameters:
leadershipDays- the new leadership days
-