Class MandantInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MandantInfo
    extends java.lang.Object
    implements java.io.Serializable
    Bean class about a tenant.
    Holds the information name, id and hexId about a mandant/tenant.
    Author:
    rad
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MandantInfo​(int mandantId, java.lang.String mandantName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHexId()  
      int getId()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • MandantInfo

        public MandantInfo​(int mandantId,
                           java.lang.String mandantName)
    • Method Detail

      • getId

        public int getId()
      • getName

        public java.lang.String getName()
      • getHexId

        public java.lang.String getHexId()