Class CTProcess
java.lang.Object
com.liferay.change.tracking.rest.client.dto.v1_0.CTProcess
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
getName()
int
hashCode()
void
setActions
(UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setCtCollectionId
(UnsafeSupplier<Long, Exception> ctCollectionIdUnsafeSupplier) void
setCtCollectionId
(Long ctCollectionId) void
setDatePublished
(UnsafeSupplier<Date, Exception> datePublishedUnsafeSupplier) void
setDatePublished
(Date datePublished) void
setDescription
(UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setId
(UnsafeSupplier<Long, Exception> idUnsafeSupplier) void
void
setName
(UnsafeSupplier<String, Exception> nameUnsafeSupplier) void
void
setOwnerName
(UnsafeSupplier<String, Exception> ownerNameUnsafeSupplier) void
setOwnerName
(String ownerName) void
void
setStatus
(UnsafeSupplier<Status, Exception> statusUnsafeSupplier) static CTProcess
toString()
-
Field Details
-
actions
-
ctCollectionId
-
datePublished
-
description
-
id
-
name
-
ownerName
-
status
-
-
Constructor Details
-
CTProcess
public CTProcess()
-
-
Method Details
-
toDTO
-
getActions
-
setActions
-
setActions
-
getCtCollectionId
-
setCtCollectionId
-
setCtCollectionId
-
getDatePublished
-
setDatePublished
-
setDatePublished
-
getDescription
-
setDescription
-
setDescription
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getOwnerName
-
setOwnerName
-
setOwnerName
-
getStatus
-
setStatus
-
setStatus
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-