Class Interested

java.lang.Object
com.maplander.backend.repository.model_table.opibackenddata.Interested

@Entity public class Interested extends Object
  • Constructor Details

    • Interested

      public Interested()
    • Interested

      public Interested(Long id, Property property, Client client, Office office)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getProperty

      public Property getProperty()
    • setProperty

      public void setProperty(Property property)
    • getClient

      public Client getClient()
    • setClient

      public void setClient(Client client)
    • getOffice

      public Office getOffice()
    • setOffice

      public void setOffice(Office office)