public class FieldDefinition extends Object
| Constructor and Description |
|---|
FieldDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
Boolean |
getIsKey()
getIsKey.
|
Integer |
getLength()
getLength.
|
String |
getName()
getName.
|
Boolean |
getNullable()
getNullable.
|
Integer |
getPresision()
Gets the precision.
|
String |
getType()
getType.
|
void |
setDescription(String description)
Sets the description with the specified description.
|
void |
setIsKey(Boolean isKey)
setIsKey.
|
void |
setLength(Integer length)
setLength.
|
void |
setName(String name)
setName.
|
void |
setNullable(Boolean nullable)
setNullable.
|
void |
setPresision(Integer presision)
Sets the precision with the specified precision.
|
void |
setType(String type)
setType.
|
public String getName()
public void setName(String name)
name - namepublic String getDescription()
public void setDescription(String description)
description - the specified descriptionpublic String getType()
public void setType(String type)
type - type.public Integer getLength()
public void setLength(Integer length)
length - length.public Integer getPresision()
public void setPresision(Integer presision)
presision - the specified precisionpublic Boolean getIsKey()
public void setIsKey(Boolean isKey)
isKey - isKeypublic Boolean getNullable()
public void setNullable(Boolean nullable)
nullable - nullableCopyright © 2009–2019 B3log. All rights reserved.