Package org.duracloud.storage.domain
Interface StorageAccount
- All Known Implementing Classes:
StorageAccountImpl
public interface StorageAccount
- Author:
- Andrew Woods Date: 5/9/11
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThis enum holds names of attributes that are not in the common getters/setters of this interface. -
Method Summary
Modifier and TypeMethodDescriptiongetId()org.duracloud.storage.domain.StorageProviderTypegetType()booleanvoidvoidvoidsetOwnerId(String ownerId) voidsetPassword(String password) voidsetPrimary(boolean primary) voidsetType(org.duracloud.storage.domain.StorageProviderType type) voidsetUsername(String username)
-
Method Details
-
getId
String getId() -
setId
-
getOwnerId
String getOwnerId() -
setOwnerId
-
getUsername
String getUsername() -
setUsername
-
getPassword
String getPassword() -
setPassword
-
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
-
setOption
-