@Deprecated
public class Attachment
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Attachment()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LocalObject |
getAttached()
Deprecated.
Get the
LocalObject representing the attached object. |
java.lang.String |
getAttacher()
Deprecated.
Get the
username of the user
User who attached the object. |
void |
setAttached(LocalObject attached_)
Deprecated.
Set the
LocalObject representing the attached object. |
void |
setAttacher(java.lang.String attacher_)
Deprecated.
Set the
username of the user
User who attached the object. |
public LocalObject getAttached()
LocalObject
representing the attached object.LocalObject
public void setAttached(LocalObject attached_)
LocalObject
representing the attached object.attached_
- The representation of the attached object.LocalObject
public java.lang.String getAttacher()
username
of the user
User
who attached the object.public void setAttacher(java.lang.String attacher_)
username
of the user
User
who attached the object.attacher_
- The user nameCopyright © 2003-2024 Appian Corporation. All Rights Reserved.