java.lang.Object
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentActivityData
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Entity(name="DocumentActivityData") public class DocumentActivityData extends Object implements com.hack23.cia.model.common.api.ModelObject
The Class DocumentActivityData.
See Also:
  • Field Details

    • createdDate

      protected Date createdDate
      The created date.
    • code

      protected String code
      The code.
    • activityName

      protected String activityName
      The activity name.
    • orderNumber

      protected BigInteger orderNumber
      The order number.
    • process

      protected String process
      The process.
    • status

      protected String status
      The status.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • DocumentActivityData

      public DocumentActivityData()
  • Method Details

    • getCreatedDate

      public Date getCreatedDate()
      Gets the created date.
      Returns:
      the created date
    • setCreatedDate

      public void setCreatedDate(Date value)
      Sets the created date.
      Parameters:
      value - the new created date
    • getCode

      public String getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(String value)
      Sets the code.
      Parameters:
      value - the new code
    • getActivityName

      public String getActivityName()
      Gets the activity name.
      Returns:
      the activity name
    • setActivityName

      public void setActivityName(String value)
      Sets the activity name.
      Parameters:
      value - the new activity name
    • getOrderNumber

      public BigInteger getOrderNumber()
      Gets the order number.
      Returns:
      the order number
    • setOrderNumber

      public void setOrderNumber(BigInteger value)
      Sets the order number.
      Parameters:
      value - the new order number
    • getProcess

      public String getProcess()
      Gets the process.
      Returns:
      the process
    • setProcess

      public void setProcess(String value)
      Sets the process.
      Parameters:
      value - the new process
    • getStatus

      public String getStatus()
      Gets the status.
      Returns:
      the status
    • setStatus

      public void setStatus(String value)
      Sets the status.
      Parameters:
      value - the new status
    • withCreatedDate

      public DocumentActivityData withCreatedDate(Date value)
      With created date.
      Parameters:
      value - the value
      Returns:
      the document activity data
    • withCode

      public DocumentActivityData withCode(String value)
      With code.
      Parameters:
      value - the value
      Returns:
      the document activity data
    • withActivityName

      public DocumentActivityData withActivityName(String value)
      With activity name.
      Parameters:
      value - the value
      Returns:
      the document activity data
    • withOrderNumber

      public DocumentActivityData withOrderNumber(BigInteger value)
      With order number.
      Parameters:
      value - the value
      Returns:
      the document activity data
    • withProcess

      public DocumentActivityData withProcess(String value)
      With process.
      Parameters:
      value - the value
      Returns:
      the document activity data
    • withStatus

      public DocumentActivityData withStatus(String value)
      With status.
      Parameters:
      value - the value
      Returns:
      the document activity data
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • getHjid

      public Long getHjid()
      Gets the hjid.
      Returns:
      the hjid
    • setHjid

      public void setHjid(Long value)
      Sets the hjid.
      Parameters:
      value - the new hjid
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object