public class DefinitionFieldBean extends Object
Constructor and Description |
---|
DefinitionFieldBean(String name,
String dbName,
int fType)
Constructs the
DefinitionFieldBean instance. |
Modifier and Type | Method and Description |
---|---|
String |
getFieldDatabaseName() |
String |
getFieldName() |
int |
getFieldType() |
void |
setFieldDatabaseName(String dbName) |
void |
setFieldName(String name) |
void |
setFieldType(int fType) |
public String getFieldName()
public void setFieldName(String name)
name
- the fieldName to setpublic String getFieldDatabaseName()
public void setFieldDatabaseName(String dbName)
dbName
- the fieldDatabaseName to setpublic int getFieldType()
public void setFieldType(int fType)
fType
- the fieldType to setCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.