Class ObjectViewColumn
java.lang.Object
com.liferay.object.admin.rest.dto.v1_0.ObjectViewColumn
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getLabel()inthashCode()voidvoidvoidsetLabel(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> labelUnsafeSupplier) voidvoidsetObjectFieldName(com.liferay.petra.function.UnsafeSupplier<String, Exception> objectFieldNameUnsafeSupplier) voidsetObjectFieldName(String objectFieldName) voidsetPriority(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> priorityUnsafeSupplier) voidsetPriority(Integer priority) static ObjectViewColumntoString()static ObjectViewColumnunsafeToDTO(String json)
-
Field Details
-
id
-
label
-
objectFieldName
-
priority
-
xClassName
-
-
Constructor Details
-
ObjectViewColumn
public ObjectViewColumn()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getId
-
setId
-
setId
-
getLabel
-
setLabel
-
setLabel
-
getObjectFieldName
-
setObjectFieldName
-
setObjectFieldName
-
getPriority
-
setPriority
-
setPriority
-
equals
-
hashCode
public int hashCode() -
toString
-