Class NegotiatorConfig

  • All Implemented Interfaces:
    org.molgenis.data.Entity, org.molgenis.util.i18n.Identifiable

    public class NegotiatorConfig
    extends org.molgenis.data.support.StaticEntity
    • Constructor Summary

      Constructors 
      Constructor Description
      NegotiatorConfig​(java.lang.String identifier, org.molgenis.data.meta.model.EntityType entityType)  
      NegotiatorConfig​(org.molgenis.data.Entity entity)  
      NegotiatorConfig​(org.molgenis.data.meta.model.EntityType entityType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNegotiatorURL()  
      java.lang.String getPassword()  
      java.lang.String getUsername()  
      • 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​(org.molgenis.data.Entity entity)
      • NegotiatorConfig

        public NegotiatorConfig​(org.molgenis.data.meta.model.EntityType entityType)
      • NegotiatorConfig

        public NegotiatorConfig​(java.lang.String identifier,
                                org.molgenis.data.meta.model.EntityType entityType)
    • Method Detail

      • getUsername

        @Nullable
        @CheckForNull
        public java.lang.String getUsername()
      • getPassword

        @Nullable
        @CheckForNull
        public java.lang.String getPassword()
      • getNegotiatorURL

        @Nullable
        @CheckForNull
        public java.lang.String getNegotiatorURL()