Class AbstractXarEntryType

  • All Implemented Interfaces:
    XarEntryType

    public abstract class AbstractXarEntryType
    extends Object
    implements XarEntryType
    Base class helper to implement XarEntryType.
    Since:
    10.3
    Version:
    $Id: b782d45a9cfa52c8ff842555d8fb79c060c0162b $
    • Constructor Detail

      • AbstractXarEntryType

        public AbstractXarEntryType​(String name)
        Parameters:
        name - the name of the type
    • Method Detail

      • isEditAllowed

        public boolean isEditAllowed()
        Specified by:
        isEditAllowed in interface XarEntryType
        Returns:
        true if editing this document is allowed
      • setEditAllowed

        public void setEditAllowed​(boolean editAllowed)
        Parameters:
        editAllowed - true if editing this document is allowed
      • isDeleteAllowed

        public boolean isDeleteAllowed()
        Specified by:
        isDeleteAllowed in interface XarEntryType
        Returns:
        true if deleting this document is allowed
      • setDeleteAllowed

        public void setDeleteAllowed​(boolean deleteAllowed)
        Parameters:
        deleteAllowed - true if deleting this document is allowed
      • setUpgradeType

        public void setUpgradeType​(XarEntryType.UpgradeType upgradeType)
        Parameters:
        upgradeType - the upgrade behavior