Class Attribute
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttribute.TypeAttribute type. -
Field Summary
-
Constructor Summary
Constructors Constructor Description Attribute() -
Method Summary
-
Field Details
-
type
-
id
-
label
-
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getType
Get attribute type.- Returns:
- Attribute type.
-
setType
Set attribute type.- Parameters:
type- Attribute type.
-
getId
Get attribute ID.- Returns:
- Attribute ID.
-
setId
Set attribute ID.- Parameters:
id- Attribute ID.
-
getLabel
Get attribute label.- Returns:
- Attribute label.
-
setLabel
Set attribute label.- Parameters:
label- Attribute label.
-