public class RepositoryDefinition extends Object
| Constructor and Description |
|---|
RepositoryDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Gets the charset.
|
String |
getCollate()
Gets the collate.
|
String |
getDescription()
Gets the description.
|
List<FieldDefinition> |
getKeys()
Gets the keys.
|
String |
getName()
Gets the name.
|
void |
setCharset(String charset)
Sets the charset with the specified charset.
|
void |
setCollate(String collate)
Sets the collate with the specified collate.
|
void |
setDescription(String description)
Sets the description with the specified description.
|
void |
setKeys(List<FieldDefinition> keys)
Sets the keys whit the specified keys.
|
void |
setName(String name)
Sets the name with the specified name.
|
public String getName()
public void setName(String name)
name - the specified namepublic String getDescription()
public void setDescription(String description)
description - the specified descriptionpublic List<FieldDefinition> getKeys()
public void setKeys(List<FieldDefinition> keys)
keys - the specified keyspublic String getCharset()
public void setCharset(String charset)
charset - the specified charsetpublic String getCollate()
public void setCollate(String collate)
collate - the specified collateCopyright © 2009–2019 B3log. All rights reserved.