Class DocumentActivityData
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the activity name.getCode()Gets the code.Gets the created date.getHjid()Gets the hjid.Gets the order number.Gets the process.Gets the status.final inthashCode()voidsetActivityName(String value) Sets the activity name.voidSets the code.voidsetCreatedDate(Date value) Sets the created date.voidSets the hjid.voidsetOrderNumber(BigInteger value) Sets the order number.voidsetProcess(String value) Sets the process.voidSets the status.final StringtoString()withActivityName(String value) With activity name.With code.withCreatedDate(Date value) With created date.withOrderNumber(BigInteger value) With order number.withProcess(String value) With process.withStatus(String value) With status.
-
Field Details
-
createdDate
The created date. -
code
The code. -
activityName
The activity name. -
orderNumber
The order number. -
process
The process. -
status
The status. -
hjid
The hjid.
-
-
Constructor Details
-
DocumentActivityData
public DocumentActivityData()
-
-
Method Details
-
getCreatedDate
Gets the created date.- Returns:
- the created date
-
setCreatedDate
Sets the created date.- Parameters:
value- the new created date
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
value- the new code
-
getActivityName
Gets the activity name.- Returns:
- the activity name
-
setActivityName
Sets the activity name.- Parameters:
value- the new activity name
-
getOrderNumber
Gets the order number.- Returns:
- the order number
-
setOrderNumber
Sets the order number.- Parameters:
value- the new order number
-
getProcess
Gets the process.- Returns:
- the process
-
setProcess
Sets the process.- Parameters:
value- the new process
-
getStatus
Gets the status.- Returns:
- the status
-
setStatus
Sets the status.- Parameters:
value- the new status
-
withCreatedDate
With created date.- Parameters:
value- the value- Returns:
- the document activity data
-
withCode
With code.- Parameters:
value- the value- Returns:
- the document activity data
-
withActivityName
With activity name.- Parameters:
value- the value- Returns:
- the document activity data
-
withOrderNumber
With order number.- Parameters:
value- the value- Returns:
- the document activity data
-
withProcess
With process.- Parameters:
value- the value- Returns:
- the document activity data
-
withStatus
With status.- Parameters:
value- the value- Returns:
- the document activity data
-
toString
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
hashCode
public final int hashCode()
-