psdi.app.signature

Class ConsultantInfo

  • java.lang.Object
    • psdi.app.signature.ConsultantInfo


  • public final class ConsultantInfo
    extends java.lang.Object
    Holds information about the Consultant users
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConsultantInfo(boolean delete, int tenantId, java.lang.String tenantCode, java.lang.String userId, boolean adToAdmin)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean addToAdmin()
      Add user to maxadmin group
      java.lang.String getTenantCode()
      Get tenant code
      int getTenantid()
      Get tenant id
      java.lang.String getUserid()
      Get user id
      boolean isDeleted()
      Is association need to be deleted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsultantInfo

        public ConsultantInfo(boolean delete,
                              int tenantId,
                              java.lang.String tenantCode,
                              java.lang.String userId,
                              boolean adToAdmin)
        Constructor
        Parameters:
        delete - make user non-consultant
        tenantId - tenant id
        tenantCode - tenant code
        userId - user id
        adToAdmin - add user to admin group
    • Method Detail

      • getTenantid

        public int getTenantid()
        Get tenant id
        Returns:
        tenant id
      • getUserid

        public java.lang.String getUserid()
        Get user id
        Returns:
        user id
      • getTenantCode

        public java.lang.String getTenantCode()
        Get tenant code
        Returns:
        tenant code
      • isDeleted

        public boolean isDeleted()
        Is association need to be deleted
        Returns:
        true or false
      • addToAdmin

        public boolean addToAdmin()
        Add user to maxadmin group
        Returns:
        true or false