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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Long
    Gets the days.
    java.lang.Long
    Gets the leadership days.
    java.lang.String
    Gets the org.
    java.lang.String
    Gets the role.
    java.lang.Long
    Gets the substitute days.
    java.lang.String
    Gets the type.
    java.lang.Long
    Gets the weighted exp.
    void
    setDays(java.lang.Long days)
    Sets the days.
    void
    setLeadershipDays(java.lang.Long leadershipDays)
    Sets the leadership days.
    void
    setOrg(java.lang.String org)
    Sets the org.
    void
    setRole(java.lang.String role)
    Sets the role.
    void
    setSubstituteDays(java.lang.Long substituteDays)
    Sets the substitute days.
    void
    setType(java.lang.String type)
    Sets the type.
    void
    setWeightedExp(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