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 CustomFormConfiguration
public void setFactType(String factType)
setFactType
in interface CustomFormConfiguration
public String getFieldName()
getFieldName
in interface CustomFormConfiguration
public void setFieldName(String fieldName)
setFieldName
in interface CustomFormConfiguration
public String getCustomFormURL()
getCustomFormURL
in interface CustomFormConfiguration
public void setCustomFormURL(String url)
setCustomFormURL
in interface CustomFormConfiguration
public int getCustomFormHeight()
getCustomFormHeight
in interface CustomFormConfiguration
public void setCustomFormHeight(int height)
setCustomFormHeight
in interface CustomFormConfiguration
public int getCustomFormWidth()
getCustomFormWidth
in interface CustomFormConfiguration
public void setCustomFormWidth(int width)
setCustomFormWidth
in interface CustomFormConfiguration
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.