Class BOAssetContact

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

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

    • BOAssetContact

      public BOAssetContact()
  • 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
    • getAsset

      public Long getAsset()
      Returns the asset id.
      Returns:
      the asset id
      See Also:
    • setAsset

      public void setAsset(Long asset)
      Sets the asset id.
      Parameters:
      asset - the asset id
      See Also: