Package org.molgenis.r
Class OpenCpuSettingsImpl
- java.lang.Object
-
- org.molgenis.settings.DefaultSettingsEntity
-
- org.molgenis.r.OpenCpuSettingsImpl
-
- All Implemented Interfaces:
org.molgenis.data.Entity,OpenCpuSettings,org.molgenis.util.i18n.Identifiable
@Component public class OpenCpuSettingsImpl extends org.molgenis.settings.DefaultSettingsEntity implements OpenCpuSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpenCpuSettingsImpl.Meta
-
Constructor Summary
Constructors Constructor Description OpenCpuSettingsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()intgetPort()StringgetRootPath()StringgetScheme()-
Methods inherited from class org.molgenis.settings.DefaultSettingsEntity
equals, get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, hashCode, set, set, setDataService, setIdValue, toString
-
-
-
-
Method Detail
-
getScheme
public String getScheme()
- Specified by:
getSchemein interfaceOpenCpuSettings
-
getHost
public String getHost()
- Specified by:
getHostin interfaceOpenCpuSettings
-
getPort
public int getPort()
- Specified by:
getPortin interfaceOpenCpuSettings
-
getRootPath
public String getRootPath()
- Specified by:
getRootPathin interfaceOpenCpuSettings
-
-