@Deprecated
public class Folder
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Folder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Deprecated.
Get the id of this folder.
|
java.lang.String |
getName()
Deprecated.
Get the name of this folder.
|
void |
setId(java.lang.Long id_)
Deprecated.
Set the id of this folder.
|
void |
setName(java.lang.String name_)
Deprecated.
Set the name of this folder.
|
public java.lang.Long getId()
public void setId(java.lang.Long id_)
id_
- The id.public java.lang.String getName()
public void setName(java.lang.String name_)
name_
- The name.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.