Class EntityRequest
java.lang.Object
com.iland.core.web.rest.request.entity.EntityRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CatalogUpdateRequest
EntityRequest.
- Author:
- Ari Quinones
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityRequest(String uuid, String name, boolean deleted, Instant deletedDate, Instant updatedDate) -
Method Summary
-
Constructor Details
-
EntityRequest
-
-
Method Details
-
getUuid
Get the entity uuid- Returns:
Stringuuid
-
getName
Get the entity name- Returns:
- entity name
-
isDeleted
public boolean isDeleted()Get is deleted entity- Returns:
booleanis deleted
-
getDeletedDate
Get the deleted date of entity- Returns:
Instantdeleted date
-
getUpdatedDate
Get the updated date of entity- Returns:
Instantupdated date
-
equals
-
hashCode
public int hashCode() -
toString
-