public class AttributeType
extends java.lang.Object
implements java.io.Serializable
Title: AttributeType
Description: Contains id(type id), name(type name) for each attribute type (boolean, string, etc). Used by GroupService.getAllAttributeTypes()
Copyright: Copyright (c) 2002
Company: Appian Corporation
Constructor and Description |
---|
AttributeType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId() |
java.lang.String |
getName() |
void |
setId(java.lang.Long id_) |
void |
setName(java.lang.String name_) |
Copyright © 2003-2023 Appian Corporation. All Rights Reserved.