Class MandantInfo

java.lang.Object
com.saperion.rmi.MandantInfo
All Implemented Interfaces:
Serializable

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

    • MandantInfo

      public MandantInfo(int mandantId, String mandantName)
  • Method Details

    • getId

      public int getId()
    • getName

      public String getName()
    • getHexId

      public String getHexId()