Class ExternalDataManagementSystemWrapper
java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ExternalDataManagementSystemImmutable
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ExternalDataManagementSystemWrapper
- All Implemented Interfaces:
IExternalDataManagementSystem,IExternalDataManagementSystemImmutable
public class ExternalDataManagementSystemWrapper
extends ExternalDataManagementSystemImmutable
implements IExternalDataManagementSystem
Wrapper of
ExternalDataManagementSystemImmutable as IExternalDataManagementSystem where setters do nothing.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAddress(String address) voidsetAddressType(ch.systemsx.cisd.openbis.generic.shared.basic.dto.ExternalDataManagementSystemType addressType) voidvoidsetOpenBIS(boolean openBIS) voidsetUrlTemplate(String urlTemplate) Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.ExternalDataManagementSystemImmutable
getAddress, getAddressType, getCode, getLabel, getUrlTemplate, isOpenBISMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IExternalDataManagementSystemImmutable
getAddress, getAddressType, getCode, getLabel, getUrlTemplate, isOpenBIS
-
Method Details
-
setLabel
- Specified by:
setLabelin interfaceIExternalDataManagementSystem
-
setUrlTemplate
- Specified by:
setUrlTemplatein interfaceIExternalDataManagementSystem
-
setOpenBIS
public void setOpenBIS(boolean openBIS) - Specified by:
setOpenBISin interfaceIExternalDataManagementSystem
-
setAddress
- Specified by:
setAddressin interfaceIExternalDataManagementSystem
-