Interface INote
- All Superinterfaces:
IView
,Serializable
This is a generic interface for a Note
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from interface com.webmethods.portal.service.view.IView
PROP_DESCRIPTION, PROP_NAME, PROP_TYPE, PROP_URI
-
Method Summary
Methods inherited from interface com.webmethods.portal.service.view.IView
getProperties, getProperty, getPropertyNames, getURI
-
Field Details
-
PROPERTY_CREATED
- See Also:
-
PROPERTY_NOTE
- See Also:
-
PROPERTY_NOTEID
- See Also:
-
PROPERTY_USERID
- See Also:
-
-
Method Details
-
getCreated
Time getCreated()the creation date of the note- Returns:
- the time the note was created
-
getUserID
IThingID getUserID()the user ID of who wrote the note- Returns:
- the ID of teh user who wrote the note
-
getNote
String getNote()The note- Returns:
- the text of the note
-
getNoteID
int getNoteID()Get the Note ID- Returns:
- the ID of the note
-