Class CTEntry
java.lang.Object
com.liferay.change.tracking.rest.client.dto.v1_0.CTEntry
- All Implemented Interfaces:
Serializable
,Cloneable
- 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 TypeMethodDescriptionclone()
boolean
getId()
getTitle()
int
hashCode()
void
setActions
(UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setChangeType
(UnsafeSupplier<String, Exception> changeTypeUnsafeSupplier) void
setChangeType
(String changeType) void
setCtCollectionId
(UnsafeSupplier<Long, Exception> ctCollectionIdUnsafeSupplier) void
setCtCollectionId
(Long ctCollectionId) void
setCtCollectionName
(UnsafeSupplier<String, Exception> ctCollectionNameUnsafeSupplier) void
setCtCollectionName
(String ctCollectionName) void
setCtCollectionStatus
(Status ctCollectionStatus) void
setCtCollectionStatus
(UnsafeSupplier<Status, Exception> ctCollectionStatusUnsafeSupplier) void
setCtCollectionStatusDate
(UnsafeSupplier<Date, Exception> ctCollectionStatusDateUnsafeSupplier) void
setCtCollectionStatusDate
(Date ctCollectionStatusDate) void
setCtCollectionStatusUserName
(UnsafeSupplier<String, Exception> ctCollectionStatusUserNameUnsafeSupplier) void
setCtCollectionStatusUserName
(String ctCollectionStatusUserName) void
setDateCreated
(UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
setDateModified
(UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) void
setDateModified
(Date dateModified) void
setHideable
(UnsafeSupplier<Boolean, Exception> hideableUnsafeSupplier) void
setHideable
(Boolean hideable) void
setId
(UnsafeSupplier<Long, Exception> idUnsafeSupplier) void
void
setModelClassNameId
(UnsafeSupplier<Long, Exception> modelClassNameIdUnsafeSupplier) void
setModelClassNameId
(Long modelClassNameId) void
setModelClassPK
(UnsafeSupplier<Long, Exception> modelClassPKUnsafeSupplier) void
setModelClassPK
(Long modelClassPK) void
setOwnerId
(UnsafeSupplier<Long, Exception> ownerIdUnsafeSupplier) void
setOwnerId
(Long ownerId) void
setOwnerName
(UnsafeSupplier<String, Exception> ownerNameUnsafeSupplier) void
setOwnerName
(String ownerName) void
setSiteId
(UnsafeSupplier<Long, Exception> siteIdUnsafeSupplier) void
void
setSiteName
(UnsafeSupplier<String, Exception> siteNameUnsafeSupplier) void
setSiteName
(String siteName) void
void
setStatus
(UnsafeSupplier<Status, Exception> statusUnsafeSupplier) void
setStatusMessage
(UnsafeSupplier<String, Exception> statusMessageUnsafeSupplier) void
setStatusMessage
(String statusMessage) void
setTitle
(UnsafeSupplier<String, Exception> titleUnsafeSupplier) void
void
setTypeName
(UnsafeSupplier<String, Exception> typeNameUnsafeSupplier) void
setTypeName
(String typeName) static CTEntry
toString()
-
Field Details
-
actions
-
changeType
-
ctCollectionId
-
ctCollectionName
-
ctCollectionStatus
-
ctCollectionStatusDate
-
ctCollectionStatusUserName
-
dateCreated
-
dateModified
-
hideable
-
id
-
modelClassNameId
-
modelClassPK
-
ownerId
-
ownerName
-
siteId
-
siteName
-
status
-
statusMessage
-
title
-
typeName
-
-
Constructor Details
-
CTEntry
public CTEntry()
-
-
Method Details
-
toDTO
-
getActions
-
setActions
-
setActions
-
getChangeType
-
setChangeType
-
setChangeType
-
getCtCollectionId
-
setCtCollectionId
-
setCtCollectionId
-
getCtCollectionName
-
setCtCollectionName
-
setCtCollectionName
-
getCtCollectionStatus
-
setCtCollectionStatus
-
setCtCollectionStatus
public void setCtCollectionStatus(UnsafeSupplier<Status, Exception> ctCollectionStatusUnsafeSupplier) -
getCtCollectionStatusDate
-
setCtCollectionStatusDate
-
setCtCollectionStatusDate
public void setCtCollectionStatusDate(UnsafeSupplier<Date, Exception> ctCollectionStatusDateUnsafeSupplier) -
getCtCollectionStatusUserName
-
setCtCollectionStatusUserName
-
setCtCollectionStatusUserName
public void setCtCollectionStatusUserName(UnsafeSupplier<String, Exception> ctCollectionStatusUserNameUnsafeSupplier) -
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
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-