java.lang.Object
java.lang.Record
energy.eddie.regionconnector.at.eda.ponton.messages.masterdata._01p32.ContractPartner01p32
All Implemented Interfaces:
ContractPartner

public record ContractPartner01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.ContractPartner contractPartner) extends Record implements ContractPartner
  • Constructor Details

    • ContractPartner01p32

      public ContractPartner01p32(at.ebutilities.schemata.customerprocesses.masterdata._01p32.ContractPartner contractPartner)
      Creates an instance of a ContractPartner01p32 record class.
      Parameters:
      contractPartner - the value for the contractPartner record component
  • Method Details

    • salutation

      @Nullable public String salutation()
      Specified by:
      salutation in interface ContractPartner
    • surname

      @Nullable public String surname()
      Specified by:
      surname in interface ContractPartner
    • firstName

      @Nullable public String firstName()
      Specified by:
      firstName in interface ContractPartner
    • companyName

      @Nullable public String companyName()
      Specified by:
      companyName in interface ContractPartner
    • contractPartnerNumber

      @Nullable public String contractPartnerNumber()
      Specified by:
      contractPartnerNumber in interface ContractPartner
    • dateOfBirth

      @Nullable public XMLGregorianCalendar dateOfBirth()
      Specified by:
      dateOfBirth in interface ContractPartner
    • dateOfDeath

      @Nullable public XMLGregorianCalendar dateOfDeath()
      Specified by:
      dateOfDeath in interface ContractPartner
    • companyRegisterNumber

      @Nullable public String companyRegisterNumber()
      Specified by:
      companyRegisterNumber in interface ContractPartner
    • vatNumber

      @Nullable public String vatNumber()
      Specified by:
      vatNumber in interface ContractPartner
    • email

      @Nullable public String email()
      Specified by:
      email in interface ContractPartner
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • contractPartner

      public at.ebutilities.schemata.customerprocesses.masterdata._01p32.ContractPartner contractPartner()
      Returns the value of the contractPartner record component.
      Returns:
      the value of the contractPartner record component