Package io.jmix.reports.entity
Class ReportGroup
java.lang.Object
io.jmix.reports.entity.ReportGroup
- All Implemented Interfaces:
CopyingSystemState<ReportGroup>
@Entity(name="report_ReportGroup")
public class ReportGroup
extends Object
implements CopyingSystemState<ReportGroup>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ReportSourceprotected StringMessage key for localized caption. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFrom(ReportGroup source) Invoked by the framework when copying the entity instance.getCode()getId()getInstanceName(MsgBundleTools msgBundleTools) getTitle()voidpostLoad()voidvoidsetCreatedBy(String createdBy) voidsetCreateTs(Date createTs) voidsetDeletedBy(String deletedBy) voidsetDeleteTs(Date deleteTs) voidvoidsetLocaleNames(String localeNames) voidsetSource(ReportSource source) voidsetSysTenantId(String sysTenantId) voidvoidsetTitleMessageKey(String titleMessageKey) voidsetUpdatedBy(String updatedBy) voidsetUpdateTs(Date updateTs) voidsetVersion(Integer version)
-
Field Details
-
source
-
titleMessageKey
Message key for localized caption. Used by annotated groups.
-
-
Constructor Details
-
ReportGroup
public ReportGroup()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
getCreateTs
-
setCreateTs
-
getCreatedBy
-
setCreatedBy
-
getUpdateTs
-
setUpdateTs
-
getUpdatedBy
-
setUpdatedBy
-
getDeleteTs
-
setDeleteTs
-
getDeletedBy
-
setDeletedBy
-
getTitle
-
setTitle
-
getCode
-
setCode
-
getLocaleNames
-
setLocaleNames
-
getSysTenantId
-
setSysTenantId
-
getSource
-
setSource
-
getTitleMessageKey
-
setTitleMessageKey
-
getSystemFlag
-
getInstanceName
-
postLoad
public void postLoad() -
copyFrom
Description copied from interface:CopyingSystemStateInvoked by the framework when copying the entity instance.- Specified by:
copyFromin interfaceCopyingSystemState<ReportGroup>- Parameters:
source- source entity
-