java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.technicalobject.contact.BOContact
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOContact extends DynO
Business object representing a customer contact.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOContact

      public BOContact()
  • Method Details

    • getId

      public Long getId()
      Gets the contact id.
      Returns:
      the contact id
    • setId

      public void setId(Long id)
      Sets the contact id.
      Parameters:
      id - the contact id
    • getType

      public Long getType()
      Gets the contact's type
      Returns:
      the contact's type
      See Also:
    • setType

      public void setType(Long type)
      Sets the contact's type
      Parameters:
      type - the contact's type
      See Also:
    • getCode

      public String getCode()
      Gets the contact code
      Returns:
      the contact code
    • setCode

      public void setCode(String code)
      Sets the contact code
      Parameters:
      code - the contact code
    • getContact

      public String getContact()
      Gets the contact value
      Returns:
      the contact value
    • setContact

      public void setContact(String contact)
      Sets the contact value
      Parameters:
      contact - the contact value
    • getAddress

      public Long getAddress()
      Gets the referred address
      Returns:
      the referred address
    • setAddress

      public void setAddress(Long address)
      Sets the referred address
      Parameters:
      address - the referred address