Class Note

Represents a note that can be attached to any persistent object that supports this feature.

Property Summary 

PropertyDescription
createdBy: String (read-only)Return the login ID of user that is stored in the session at the time the note is created.
creationDate: Date (read-only)Return the date and time that the note was created.
subject: String (read-only)Return the subject of the note.
text: String (read-only)Return the text of the note.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

MethodDescription
getCreatedBy()Return the login ID of user that is stored in the session at the time the note is created.
getCreationDate()Return the date and time that the note was created.
getSubject()Return the subject of the note.
getText()Return the text of the note.

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Property Details 

createdBy 

createdBy: String (read-only)

Return the login ID of user that is stored in the session at the time the note is created.


creationDate 

creationDate: Date (read-only)

Return the date and time that the note was created. This is usually set by the system, but may be specified if the note is generated via an import.


subject 

subject: String (read-only)

Return the subject of the note.


text 

text: String (read-only)

Return the text of the note.


Method Details 

getCreatedBy() 

getCreatedBy(): String

Return the login ID of user that is stored in the session at the time the note is created.

Returns:

  • the username.

getCreationDate() 

getCreationDate(): Date

Return the date and time that the note was created. This is usually set by the system, but may be specified if the note is generated via an import.

Returns:

  • the creation date.

getSubject() 

getSubject(): String

Return the subject of the note.

Returns:

  • the subject.

getText() 

getText(): String

Return the text of the note.

Returns:

  • the text.