Class DataspaceTypeInternal

  • All Implemented Interfaces:
    java.io.Serializable, net.anotheria.portalkit.services.accountsettings.DataspaceType

    public class DataspaceTypeInternal
    extends java.lang.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      java.lang.String getName()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataspaceTypeInternal

        public DataspaceTypeInternal​(int id)
    • Method Detail

      • getId

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object