All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.nexus.builder.impl.NexusUser.html Maven / Gradle / Ivy






NexusUser (h5jan API)












org.eclipse.dawnsci.nexus.builder.impl

Class NexusUser

    • Constructor Detail

      • NexusUser

        public NexusUser(java.lang.String groupName)
        Creates a new NexusUser with the given name in the parent group.
        Parameters:
        groupName - name within parent group
      • NexusUser

        public NexusUser(java.lang.String groupName,
                         java.lang.String name)
        Creates a new NexusUser with the given name in the parent group, and with a 'name' field with the given name.
        Parameters:
        groupName - name within parent group
        name - name name of user
    • Method Detail

      • setUsername

        public void setUsername(java.lang.String username)
      • setRole

        public void setRole(java.lang.String role)
      • setAffiliation

        public void setAffiliation(java.lang.String affiliation)
      • setAddress

        public void setAddress(java.lang.String address)
      • setTelephoneNumber

        public void setTelephoneNumber(java.lang.String telephoneNumber)
      • setFaxNumber

        public void setFaxNumber(java.lang.String faxNumber)
      • setEmail

        public void setEmail(java.lang.String email)
      • setFacilityUserId

        public void setFacilityUserId(java.lang.String facilityUserId)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy