Package io.jmix.uidata.entity
Class UiTablePresentation
java.lang.Object
io.jmix.uidata.entity.UiTablePresentation
- All Implemented Interfaces:
TablePresentation
,Serializable
@Entity(name="ui_TablePresentation")
public class UiTablePresentation
extends Object
implements TablePresentation, Serializable
A screen presentation settings.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setAutoSave
(Boolean autoSave) void
setComponentId
(String componentId) void
setCreatedBy
(String createdBy) void
setCreateTs
(Date date) void
void
setIsDefault
(Boolean isDefault) void
void
setSettings
(String settings) void
setSysTenantId
(String sysTenantId) void
setUpdatedBy
(String updatedBy) void
setUpdateTs
(Date updateTs) void
setUsername
(String username)
-
Field Details
-
id
-
createTs
-
createdBy
-
updateTs
-
updatedBy
-
sysTenantId
-
-
Constructor Details
-
UiTablePresentation
public UiTablePresentation()
-
-
Method Details
-
getId
-
setId
-
getCreateTs
-
setCreateTs
-
getCreatedBy
-
setCreatedBy
-
getUpdateTs
-
setUpdateTs
-
getUpdatedBy
-
setUpdatedBy
-
getSysTenantId
-
setSysTenantId
-
getName
- Specified by:
getName
in interfaceTablePresentation
-
setName
- Specified by:
setName
in interfaceTablePresentation
-
getSettings
- Specified by:
getSettings
in interfaceTablePresentation
-
setSettings
- Specified by:
setSettings
in interfaceTablePresentation
-
getUsername
- Specified by:
getUsername
in interfaceTablePresentation
-
setUsername
- Specified by:
setUsername
in interfaceTablePresentation
-
getIsDefault
- Specified by:
getIsDefault
in interfaceTablePresentation
-
setIsDefault
- Specified by:
setIsDefault
in interfaceTablePresentation
-
getAutoSave
- Specified by:
getAutoSave
in interfaceTablePresentation
-
setAutoSave
- Specified by:
setAutoSave
in interfaceTablePresentation
-
getComponentId
-
setComponentId
- Specified by:
setComponentId
in interfaceTablePresentation
-