public class DefaultCustomFormImplementation extends Object implements CustomFormConfiguration
| Constructor and Description |
|---|
DefaultCustomFormImplementation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCustomFormHeight() |
String |
getCustomFormURL() |
int |
getCustomFormWidth() |
String |
getFactType() |
String |
getFieldName() |
void |
setCustomFormHeight(int height) |
void |
setCustomFormURL(String url) |
void |
setCustomFormWidth(int width) |
void |
setFactType(String factType) |
void |
setFieldName(String fieldName) |
public String getFactType()
getFactType in interface CustomFormConfigurationpublic void setFactType(String factType)
setFactType in interface CustomFormConfigurationpublic String getFieldName()
getFieldName in interface CustomFormConfigurationpublic void setFieldName(String fieldName)
setFieldName in interface CustomFormConfigurationpublic String getCustomFormURL()
getCustomFormURL in interface CustomFormConfigurationpublic void setCustomFormURL(String url)
setCustomFormURL in interface CustomFormConfigurationpublic int getCustomFormHeight()
getCustomFormHeight in interface CustomFormConfigurationpublic void setCustomFormHeight(int height)
setCustomFormHeight in interface CustomFormConfigurationpublic int getCustomFormWidth()
getCustomFormWidth in interface CustomFormConfigurationpublic void setCustomFormWidth(int width)
setCustomFormWidth in interface CustomFormConfigurationCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.