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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetAutoSave(Boolean autoSave) voidsetComponentId(String componentId) voidsetCreatedBy(String createdBy) voidsetCreateTs(Date date) voidvoidsetIsDefault(Boolean isDefault) voidvoidsetSettings(String settings) voidsetSysTenantId(String sysTenantId) voidsetUpdatedBy(String updatedBy) voidsetUpdateTs(Date updateTs) voidsetUsername(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:
getNamein interfaceTablePresentation
-
setName
- Specified by:
setNamein interfaceTablePresentation
-
getSettings
- Specified by:
getSettingsin interfaceTablePresentation
-
setSettings
- Specified by:
setSettingsin interfaceTablePresentation
-
getUsername
- Specified by:
getUsernamein interfaceTablePresentation
-
setUsername
- Specified by:
setUsernamein interfaceTablePresentation
-
getIsDefault
- Specified by:
getIsDefaultin interfaceTablePresentation
-
setIsDefault
- Specified by:
setIsDefaultin interfaceTablePresentation
-
getAutoSave
- Specified by:
getAutoSavein interfaceTablePresentation
-
setAutoSave
- Specified by:
setAutoSavein interfaceTablePresentation
-
getComponentId
-
setComponentId
- Specified by:
setComponentIdin interfaceTablePresentation
-