Class NegotiatorConfig
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.dataexplorer.negotiator.config.NegotiatorConfig
-
- All Implemented Interfaces:
Entity,org.molgenis.util.i18n.Identifiable
public class NegotiatorConfig extends StaticEntity
-
-
Constructor Summary
Constructors Constructor Description NegotiatorConfig(String identifier, EntityType entityType)NegotiatorConfig(Entity entity)NegotiatorConfig(EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNegotiatorURL()StringgetPassword()StringgetUsername()-
Methods inherited from class org.molgenis.data.support.StaticEntity
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.molgenis.data.Entity
get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
-
-
-
-
Constructor Detail
-
NegotiatorConfig
public NegotiatorConfig(Entity entity)
-
NegotiatorConfig
public NegotiatorConfig(EntityType entityType)
-
NegotiatorConfig
public NegotiatorConfig(String identifier, EntityType entityType)
-
-