Class DataspaceAO


  • public class DataspaceAO
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DataspaceAO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      net.anotheria.portalkit.services.common.AccountId getAccountId()  
      java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> getAttributes()  
      java.lang.String getName()  
      int getType()  
      int hashCode()  
      void setAccountId​(net.anotheria.portalkit.services.common.AccountId accountId)  
      void setAttributes​(java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> attributes)  
      void setName​(java.lang.String name)  
      void setType​(int type)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DataspaceAO

        public DataspaceAO()
    • Method Detail

      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getAccountId

        public net.anotheria.portalkit.services.common.AccountId getAccountId()
      • setAccountId

        public void setAccountId​(net.anotheria.portalkit.services.common.AccountId accountId)
      • getAttributes

        public java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> getAttributes()
      • setAttributes

        public void setAttributes​(java.util.List<net.anotheria.portalkit.services.accountsettings.attribute.Attribute> attributes)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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