public class UserRank
extends java.lang.Object
implements java.io.Serializable
Title: UserRank
Description: Provides rankid and rankname
Copyright: Copyright (c) 2002
Company: Appian Corporation
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SORT_BY_ID
Sort by the id property
|
static java.lang.Integer |
SORT_BY_NAME
Sort by the name property
|
Constructor and Description |
---|
UserRank() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Deprecated.
Use the Name field instead.
|
java.lang.String |
getName() |
void |
setId(java.lang.Long id_)
Deprecated.
Use the Name field instead.
|
void |
setName(java.lang.String name_) |
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.