*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface NoteInterface

All Superinterfaces:
DocumentInterface, MetadataInterface, PublicObjectInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface NoteInterface extends DocumentInterface
  • Method Details

    • getNoteText

      String getNoteText() throws ServiceException, RemoteException
      Get the text for this Note.
      Returns:
      A String containing the text for this Note, or "" if it's not set.
      Throws:
      ServiceException - If a metadata or service-level error occurs.
      RemoteException - In the event of remote object failure.
    • setNoteText

      void setNoteText(String text) throws ServiceException, RemoteException
      Set the text for this Note.
      Parameters:
      text - The new text for the Note.
      Throws:
      ServiceException - If a metadata or service-level error occurs.
      RemoteException - In the event of remote object failure.