Class Role
java.lang.Object
com.liferay.headless.admin.workflow.dto.v1_0.Role
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
@Valid Creator
getId()
getName()
int
hashCode()
void
setAvailableLanguages
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> availableLanguagesUnsafeSupplier) void
setAvailableLanguages
(String[] availableLanguages) void
setCreator
(Creator creator) void
setCreator
(com.liferay.petra.function.UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) 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
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setDescription_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> description_i18nUnsafeSupplier) void
setDescription_i18n
(Map<String, String> description_i18n) void
void
void
void
void
setName_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> name_i18nUnsafeSupplier) void
setName_i18n
(Map<String, String> name_i18n) void
setRoleType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> roleTypeUnsafeSupplier) void
setRoleType
(String roleType) static Role
toString()
static Role
unsafeToDTO
(String json)
-
Field Details
-
availableLanguages
-
creator
-
dateCreated
-
dateModified
-
description
-
description_i18n
-
id
-
name
-
name_i18n
-
roleType
-
xClassName
-
-
Constructor Details
-
Role
public Role()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAvailableLanguages
-
setAvailableLanguages
-
setAvailableLanguages
-
getCreator
-
setCreator
-
setCreator
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getDescription
-
setDescription
-
setDescription
-
getDescription_i18n
-
setDescription_i18n
-
setDescription_i18n
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getName_i18n
-
setName_i18n
-
setName_i18n
-
getRoleType
-
setRoleType
-
setRoleType
-
equals
-
hashCode
public int hashCode() -
toString
-