Class EntityExportWrapper

java.lang.Object
de.xima.fc.gui.model.impex.EntityExportWrapper
All Implemented Interfaces:
IDataContainer, Serializable

public class EntityExportWrapper extends Object implements IDataContainer
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • EntityExportWrapper

      public EntityExportWrapper(de.xima.cmn.dao.interfaces.IEntity<Long> entity, boolean export)
  • Method Details

    • getEntity

      public de.xima.cmn.dao.interfaces.IEntity<Long> getEntity()
    • getDisplayName

      public String getDisplayName()
    • getDependencyDescriptions

      public List<String> getDependencyDescriptions()
    • isExport

      public boolean isExport()
    • setExport

      public void setExport(boolean export)
    • updateData

      public void updateData()
      Description copied from interface: IDataContainer
      Should update data when called
      Specified by:
      updateData in interface IDataContainer