Class AttributeType

java.lang.Object
com.appiancorp.suiteapi.personalization.AttributeType
All Implemented Interfaces:
Serializable

public class AttributeType extends Object implements 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

See Also:
  • Constructor Details

    • AttributeType

      public AttributeType()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id_)
    • setName

      public void setName(String name_)
    • getName

      public String getName()