public class FormData extends Object
| Constructor and Description |
|---|
FormData()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttributes()
Get form data attributes.
|
String |
getMessage()
Get localized operation message.
|
String |
getTitle()
Get localized operation title message.
|
void |
setAttributes(List<Attribute> attributes)
Set form data attributes.
|
void |
setMessage(String message)
Set localized operation message.
|
void |
setTitle(String title)
Set localized operation title message.
|
public String getTitle()
public void setTitle(String title)
title - Title message.public String getMessage()
public void setMessage(String message)
message - Operation message.public List<Attribute> getAttributes()
Copyright © 2016–2018 Lime - HighTech Solutions Inc.. All rights reserved.