Interface StorageAccount

  • All Known Implementing Classes:
    StorageAccountImpl

    public interface StorageAccount
    Author:
    Andrew Woods Date: 5/9/11
    • Method Detail

      • setId

        void setId​(String id)
      • getOwnerId

        String getOwnerId()
      • setOwnerId

        void setOwnerId​(String ownerId)
      • getUsername

        String getUsername()
      • setUsername

        void setUsername​(String username)
      • getPassword

        String getPassword()
      • setPassword

        void setPassword​(String password)
      • getType

        org.duracloud.storage.domain.StorageProviderType getType()
      • setType

        void setType​(org.duracloud.storage.domain.StorageProviderType type)
      • isPrimary

        boolean isPrimary()
      • setPrimary

        void setPrimary​(boolean primary)