Interface StorageAccount

All Known Implementing Classes:
StorageAccountImpl

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

    • getId

      String getId()
    • 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)
    • getOptions

      Map<String,String> getOptions()
    • setOption

      void setOption(String key, String value)