Class ViewRiksdagenMinistry

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="ViewRiksdagenMinistry")
    public class ViewRiksdagenMinistry
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for ViewRiksdagenMinistry complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ViewRiksdagenMinistry">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="nameId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <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 Detail

      • nameId

        protected java.lang.String nameId
      • 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
    • Constructor Detail

      • ViewRiksdagenMinistry

        public ViewRiksdagenMinistry()
    • Method Detail

      • getNameId

        public java.lang.String getNameId()
        Gets the value of the nameId property.
        Returns:
        possible object is String
      • setNameId

        public void setNameId​(java.lang.String value)
        Sets the value of the nameId property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • 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.
      • withFirstAssignmentDate

        public ViewRiksdagenMinistry withFirstAssignmentDate​(java.util.Date value)
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object