Interface IExternalDataManagementSystemImmutable
-
- All Known Subinterfaces:
IExternalDataManagementSystem
- All Known Implementing Classes:
ExternalDataManagementSystem
,ExternalDataManagementSystemImmutable
,ExternalDataManagementSystemWrapper
public interface IExternalDataManagementSystemImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAddress()
ch.systemsx.cisd.openbis.generic.shared.basic.dto.ExternalDataManagementSystemType
getAddressType()
java.lang.String
getCode()
java.lang.String
getLabel()
java.lang.String
getUrlTemplate()
boolean
isOpenBIS()
-
-
-
Method Detail
-
getCode
java.lang.String getCode()
-
getLabel
java.lang.String getLabel()
-
getUrlTemplate
java.lang.String getUrlTemplate()
-
getAddress
java.lang.String getAddress()
-
getAddressType
ch.systemsx.cisd.openbis.generic.shared.basic.dto.ExternalDataManagementSystemType getAddressType()
-
isOpenBIS
boolean isOpenBIS()
-
-