java.lang.Object
io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
Direct Known Subclasses:
AmountAttribute, HeadingAttribute, KeyValueAttribute, NoteAttribute, PartyAttribute

public class Attribute
extends Object
Base class for generic attribute of mobile token form data.
Author:
Petr Dvorak, petr@wultra.com
  • Field Details

  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getType

      public Attribute.Type getType()
      Get attribute type.
      Returns:
      Attribute type.
    • setType

      public void setType​(Attribute.Type type)
      Set attribute type.
      Parameters:
      type - Attribute type.
    • getId

      public String getId()
      Get attribute ID.
      Returns:
      Attribute ID.
    • setId

      public void setId​(String id)
      Set attribute ID.
      Parameters:
      id - Attribute ID.
    • getLabel

      public String getLabel()
      Get attribute label.
      Returns:
      Attribute label.
    • setLabel

      public void setLabel​(String label)
      Set attribute label.
      Parameters:
      label - Attribute label.