@Deprecated
public class NoteMetadata
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
NOTE_TYPE_DELETED
Deprecated.
Constant representing the DELETED NoteMetadata type
|
static java.lang.Integer |
NOTE_TYPE_EXCEPTION
Deprecated.
Constant representing the Note added on exception type
|
static java.lang.Integer |
NOTE_TYPE_NORMAL
Deprecated.
Constant representing the NORMAL NoteMetadata type
|
static java.lang.Integer |
NOTE_TYPE_REASSIGN_TASK
Deprecated.
Constant representing the REASSIGN_TASK NoteMetadata type
|
static java.lang.Integer |
NOTE_TYPE_REJECT_TASK
Deprecated.
Constant representing the REJECT_TASK NoteMetadata type
|
static java.lang.Integer |
SORT_BY_AUTHOR
Deprecated.
Constant representing sorting by NoteMetadata author field
|
static java.lang.Integer |
SORT_BY_CONTENT
Deprecated.
Constant representing sorting by NoteMetadata contents field
|
static java.lang.Integer |
SORT_BY_CREATE_DATE
Deprecated.
Constant representing sorting by NoteMetadata createTimestamp field
|
static java.lang.Integer |
SORT_BY_ID
Deprecated.
Constant representing sorting by NoteMetadata ID field
|
static java.lang.Integer |
SORT_BY_LOCATION
Deprecated.
Constant representing sorting by NoteMetadata location(Where note is saved) field
|
static java.lang.Integer |
SORT_BY_TYPE
Deprecated.
Constant representing sorting by NoteMetadata Type field
|
static java.lang.Integer |
SORT_BY_UPDATE_DATE
Deprecated.
Constant representing sorting by NoteMetadata updateTimestamp field
|
Constructor and Description |
---|
NoteMetadata()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LocalObject |
getAttachedTo()
Deprecated.
|
java.lang.String |
getAuthor()
Deprecated.
|
java.sql.Timestamp |
getCreateTimestamp()
Deprecated.
|
java.lang.Long |
getId()
Deprecated.
|
java.lang.String |
getLocation()
Deprecated.
|
NotePermissions |
getPermissions()
Deprecated.
|
java.lang.Integer |
getType()
Deprecated.
|
protected java.lang.String |
getTypeAsString()
Deprecated.
|
java.sql.Timestamp |
getUpdateTimestamp()
Deprecated.
|
void |
setAttachedTo(LocalObject attachedTo_)
Deprecated.
Sets the LocalObject that the Note is attached to.
|
void |
setAuthor(java.lang.String author_)
Deprecated.
Sets the author of the Note
|
void |
setCreateTimestamp(java.sql.Timestamp createTimestamp_)
Deprecated.
Sets the creation timestamp of Note
|
void |
setId(java.lang.Long id_)
Deprecated.
Sets the Id of Note Object
|
void |
setLocation(java.lang.String location_)
Deprecated.
Sets the location where note contents are stored.
|
void |
setPermissions(NotePermissions permissions_)
Deprecated.
Sets the Note permissions
|
void |
setType(java.lang.Integer type_)
Deprecated.
Sets the type of Note
|
void |
setUpdateTimestamp(java.sql.Timestamp updateTimestamp_)
Deprecated.
Sets the timestamp when Note was updated.
|
java.lang.String |
toString()
Deprecated.
|
public static final java.lang.Integer SORT_BY_ID
public static final java.lang.Integer SORT_BY_TYPE
public static final java.lang.Integer SORT_BY_CREATE_DATE
public static final java.lang.Integer SORT_BY_UPDATE_DATE
public static final java.lang.Integer SORT_BY_AUTHOR
public static final java.lang.Integer SORT_BY_LOCATION
public static final java.lang.Integer SORT_BY_CONTENT
public static final java.lang.Integer NOTE_TYPE_NORMAL
public static final java.lang.Integer NOTE_TYPE_REASSIGN_TASK
public static final java.lang.Integer NOTE_TYPE_REJECT_TASK
public static final java.lang.Integer NOTE_TYPE_DELETED
public static final java.lang.Integer NOTE_TYPE_EXCEPTION
public LocalObject getAttachedTo()
public void setAttachedTo(LocalObject attachedTo_)
attachedTo_
- The attachedTo to set.public java.lang.String getAuthor()
public void setAuthor(java.lang.String author_)
author_
- author to set.public java.sql.Timestamp getCreateTimestamp()
public void setCreateTimestamp(java.sql.Timestamp createTimestamp_)
createTimestamp_
- Note creation timestamp.public java.lang.Long getId()
public void setId(java.lang.Long id_)
id_
- ID to set.public java.lang.String getLocation()
public void setLocation(java.lang.String location_)
location_
- Note location to set.public NotePermissions getPermissions()
public void setPermissions(NotePermissions permissions_)
permissions_
- permissions to set.public java.lang.Integer getType()
public void setType(java.lang.Integer type_)
type_
- type to set.public java.sql.Timestamp getUpdateTimestamp()
public void setUpdateTimestamp(java.sql.Timestamp updateTimestamp_)
updateTimestamp_
- Note update timestamp to set.protected java.lang.String getTypeAsString()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.