Class BOAccountContact

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

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

    • BOAccountContact

      public BOAccountContact()
  • 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
    • getAccount

      public Long getAccount()
      Returns the account id.
      Returns:
      the account id
      See Also:
    • setAccount

      public void setAccount(Long account)
      Sets the account id.
      Parameters:
      account - the account id
      See Also: