Class DTOCustomerNote

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.cee.rs1.customer.note.DTOCustomerNote
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOCustomerNote extends DynO
See Also:
  • Constructor Details

    • DTOCustomerNote

      public DTOCustomerNote()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getInterventionId

      public Long getInterventionId()
    • setInterventionId

      public void setInterventionId(Long interventionId)
    • getCustomerId

      public Long getCustomerId()
    • setCustomerId

      public void setCustomerId(Long customerId)
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getCreationDate

      public Date getCreationDate()
    • setCreationDate

      public void setCreationDate(Date creationDate)
    • getType

      public ConstCee.CustomerNoteType getType()
    • setType

      public void setType(ConstCee.CustomerNoteType type)
    • getAttachmentUrl

      public String getAttachmentUrl()
    • setAttachmentUrl

      public void setAttachmentUrl(String attachmentUrl)
    • getObjectKey

      public String getObjectKey()
    • setObjectKey

      public void setObjectKey(String objectKey)