Class BusinessPojo


  • @Immutable
    public class BusinessPojo
    extends Object
    Represents a "Business"
    Author:
    Philip Helger
    • Constructor Detail

      • BusinessPojo

        public BusinessPojo​(@Nullable
                            String sLegalID,
                            @Nullable
                            String sLegalIDSchemeID,
                            @Nullable
                            String sID,
                            @Nullable
                            String sIDSchemeID,
                            @Nullable
                            String sLegalName,
                            @Nullable
                            AddressPojo aAddress)
    • Method Detail

      • getLegalID

        @Nullable
        public final String getLegalID()
      • getLegalIDSchemeID

        @Nullable
        public final String getLegalIDSchemeID()
      • getID

        @Nullable
        public final String getID()
      • getIDSchemeID

        @Nullable
        public final String getIDSchemeID()
      • getLegalName

        @Nullable
        public final String getLegalName()
      • getAddress

        @Nullable
        public final AddressPojo getAddress()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object