Class Case
java.lang.Object
org.springframework.hateoas.RepresentationModel<Case>
com.aquima.web.rest.v1.resource.impl.Case
- All Implemented Interfaces:
IProcessBase
public class Case
extends org.springframework.hateoas.RepresentationModel<Case>
implements IProcessBase
Case REST API resource
- Since:
- 9.6
- Author:
- Marius Orsan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getName()
int
hashCode()
void
setApplicationId
(String applicationId) void
setAttributes
(Map<String, Object> attributes) void
setCaseId
(long caseId) void
setCreationDate
(NullableDate creationDate) void
setLockedBy
(String lockedBy) void
void
-
Constructor Details
-
Method Details
-
getCaseId
public long getCaseId()- Specified by:
getCaseId
in interfaceIProcessBase
-
setCaseId
public void setCaseId(long caseId) - Specified by:
setCaseId
in interfaceIProcessBase
-
getApplicationId
-
setApplicationId
-
getCreationDate
-
setCreationDate
-
getLockedBy
-
setLockedBy
-
getName
-
setName
-
getStatus
-
setStatus
-
getAttributes
- Specified by:
getAttributes
in interfaceIProcessBase
-
setAttributes
- Specified by:
setAttributes
in interfaceIProcessBase
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<Case>
-
equals
- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<Case>
-