Class CTProcess
java.lang.Object
com.liferay.change.tracking.rest.dto.v1_0.CTProcess
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()@Valid StatusinthashCode()voidsetActions(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) voidvoidsetCtCollectionId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> ctCollectionIdUnsafeSupplier) voidsetCtCollectionId(Long ctCollectionId) voidsetDatePublished(com.liferay.petra.function.UnsafeSupplier<Date, Exception> datePublishedUnsafeSupplier) voidsetDatePublished(Date datePublished) voidsetDescription(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) voidsetDescription(String description) voidvoidvoidvoidvoidsetOwnerName(com.liferay.petra.function.UnsafeSupplier<String, Exception> ownerNameUnsafeSupplier) voidsetOwnerName(String ownerName) voidvoidstatic CTProcesstoString()static CTProcessunsafeToDTO(String json)
-
Field Details
-
actions
-
ctCollectionId
-
datePublished
-
description
-
id
-
name
-
ownerName
-
status
-
xClassName
-
-
Constructor Details
-
CTProcess
public CTProcess()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getCtCollectionId
-
setCtCollectionId
-
setCtCollectionId
-
getDatePublished
-
setDatePublished
-
setDatePublished
-
getDescription
-
setDescription
-
setDescription
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getOwnerName
-
setOwnerName
-
setOwnerName
-
getStatus
-
setStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-