public class FieldResume extends Object
Constructor and Description |
---|
FieldResume() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Returns the column name.
|
String |
getDataType()
Returns the data type.
|
String |
getId()
Returns the id.
|
String |
getName()
Returns the name.
|
boolean |
isIntroduction()
Returns true when field is introduction.
|
boolean |
isKeywords()
Returns true when field is keywords.
|
boolean |
isPrimaryKey()
Returns true when field is primary key.
|
boolean |
isPrimaryName()
Returns true when field is primary name.
|
boolean |
isRequired()
Returns true when field is required.
|
boolean |
isSearchable()
Returns true when field is searchable.
|
void |
setColumnName(String columnName)
Sets the column name.
|
void |
setDataType(String dataType)
Sets the data type.
|
void |
setId(String id)
Sets the id.
|
void |
setIntroduction(boolean introduction)
Sets if field is introduction.
|
void |
setKeywords(boolean keywords)
Sets if field is keywords.
|
void |
setName(String name)
Sets the name.
|
void |
setPrimaryKey(boolean primaryKey)
Sets if field is primary key.
|
void |
setPrimaryName(boolean primaryName)
Sets if field is primary name.
|
void |
setRequired(boolean required)
Sets if field is required.
|
void |
setSearchable(boolean searchable)
Sets if field is searchable.
|
public String getId()
public void setId(String id)
id
- the id.public String getName()
public void setName(String name)
name
- the name.public String getDataType()
public void setDataType(String dataType)
dataType
- the data type.public boolean isIntroduction()
public void setIntroduction(boolean introduction)
introduction
- the boolean option.public boolean isKeywords()
public void setKeywords(boolean keywords)
keywords
- the boolean option.public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
primaryKey
- the boolean option.public boolean isPrimaryName()
public void setPrimaryName(boolean primaryName)
primaryName
- the boolean option.public boolean isSearchable()
public void setSearchable(boolean searchable)
searchable
- the boolean option.public boolean isRequired()
public void setRequired(boolean required)
required
- the boolean option.public String getColumnName()
public void setColumnName(String columnName)
columnName
- the column name.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.