java.lang.Object
com.sap.sapmyaccountservices.ServiceRequest.data.Notes
All Implemented Interfaces:
Serializable

public class Notes extends Object implements Serializable
See Also:
  • Constructor Details

    • Notes

      public Notes()
  • Method Details

    • setNoteTypeCode

      public void setNoteTypeCode(String noteTypeCode)
    • getNoteTypeCode

      public String getNoteTypeCode()
    • setNoteId

      public void setNoteId(String noteId)
    • getNoteId

      public String getNoteId()
    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setContent

      public void setContent(String content)
    • getContent

      public String getContent()