Class DataspaceTypeInternal

java.lang.Object
net.anotheria.portalkit.adminapi.api.admin.dataspace.DataspaceTypeInternal
All Implemented Interfaces:
Serializable, net.anotheria.portalkit.services.accountsettings.DataspaceType

public class DataspaceTypeInternal extends Object implements net.anotheria.portalkit.services.accountsettings.DataspaceType
Only for internal usage. Used to delete dataspace, because AccountSettingsService.deleteDataspace accepts accountId and object of DataspaceType interface.
See Also:
  • Constructor Details

    • DataspaceTypeInternal

      public DataspaceTypeInternal(int id)
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface net.anotheria.portalkit.services.accountsettings.DataspaceType
    • getName

      public String getName()
      Specified by:
      getName in interface net.anotheria.portalkit.services.accountsettings.DataspaceType
    • toString

      public String toString()
      Overrides:
      toString in class Object