Class CTEntry
java.lang.Object
com.liferay.change.tracking.rest.dto.v1_0.CTEntry
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Long
protected String
protected Status
protected Date
protected String
protected Date
protected Date
protected Boolean
protected Long
protected Long
protected Long
protected Long
protected String
protected Long
protected String
protected Status
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Status
getId()
@Valid Status
getTitle()
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setChangeType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> changeTypeUnsafeSupplier) void
setChangeType
(String changeType) void
setCtCollectionId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> ctCollectionIdUnsafeSupplier) void
setCtCollectionId
(Long ctCollectionId) void
setCtCollectionName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> ctCollectionNameUnsafeSupplier) void
setCtCollectionName
(String ctCollectionName) void
setCtCollectionStatus
(Status ctCollectionStatus) void
setCtCollectionStatus
(com.liferay.petra.function.UnsafeSupplier<Status, Exception> ctCollectionStatusUnsafeSupplier) void
setCtCollectionStatusDate
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> ctCollectionStatusDateUnsafeSupplier) void
setCtCollectionStatusDate
(Date ctCollectionStatusDate) void
setCtCollectionStatusUserName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> ctCollectionStatusUserNameUnsafeSupplier) void
setCtCollectionStatusUserName
(String ctCollectionStatusUserName) void
setDateCreated
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
setDateModified
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) void
setDateModified
(Date dateModified) void
setHideable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> hideableUnsafeSupplier) void
setHideable
(Boolean hideable) void
void
void
setModelClassNameId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> modelClassNameIdUnsafeSupplier) void
setModelClassNameId
(Long modelClassNameId) void
setModelClassPK
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> modelClassPKUnsafeSupplier) void
setModelClassPK
(Long modelClassPK) void
setOwnerId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> ownerIdUnsafeSupplier) void
setOwnerId
(Long ownerId) void
setOwnerName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> ownerNameUnsafeSupplier) void
setOwnerName
(String ownerName) void
void
void
setSiteName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> siteNameUnsafeSupplier) void
setSiteName
(String siteName) void
void
void
setStatusMessage
(com.liferay.petra.function.UnsafeSupplier<String, Exception> statusMessageUnsafeSupplier) void
setStatusMessage
(String statusMessage) void
void
void
setTypeName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> typeNameUnsafeSupplier) void
setTypeName
(String typeName) static CTEntry
toString()
static CTEntry
unsafeToDTO
(String json)
-
Field Details
-
actions
-
changeType
-
ctCollectionId
-
ctCollectionName
-
ctCollectionStatus
-
ctCollectionStatusDate
-
ctCollectionStatusUserName
-
dateCreated
-
dateModified
-
hideable
-
id
-
modelClassNameId
-
modelClassPK
-
ownerId
-
ownerName
-
siteId
-
siteName
-
status
-
statusMessage
-
title
-
typeName
-
xClassName
-
-
Constructor Details
-
CTEntry
public CTEntry()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getChangeType
-
setChangeType
-
setChangeType
-
getCtCollectionId
-
setCtCollectionId
-
setCtCollectionId
-
getCtCollectionName
-
setCtCollectionName
-
setCtCollectionName
-
getCtCollectionStatus
-
setCtCollectionStatus
-
setCtCollectionStatus
-
getCtCollectionStatusDate
-
setCtCollectionStatusDate
-
setCtCollectionStatusDate
-
getCtCollectionStatusUserName
-
setCtCollectionStatusUserName
-
setCtCollectionStatusUserName
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getHideable
-
setHideable
-
setHideable
-
getId
-
setId
-
setId
-
getModelClassNameId
-
setModelClassNameId
-
setModelClassNameId
-
getModelClassPK
-
setModelClassPK
-
setModelClassPK
-
getOwnerId
-
setOwnerId
-
setOwnerId
-
getOwnerName
-
setOwnerName
-
setOwnerName
-
getSiteId
-
setSiteId
-
setSiteId
-
getSiteName
-
setSiteName
-
setSiteName
-
getStatus
-
setStatus
-
setStatus
-
getStatusMessage
-
setStatusMessage
-
setStatusMessage
-
getTitle
-
setTitle
-
setTitle
-
getTypeName
-
setTypeName
-
setTypeName
-
equals
-
hashCode
public int hashCode() -
toString
-