@Entity public class TypeDescription extends Object
| Constructor and Description |
|---|
TypeDescription() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the id.
|
JsonType |
getJsonType()
Gets the json type.
|
String |
getTypeName()
Gets the type name.
|
void |
setId(Long id)
Sets the id.
|
void |
setJsonType(JsonType jsonType)
Sets the json type.
|
void |
setTypeName(String typeName)
Sets the type name.
|
public Long getId()
public JsonType getJsonType()
public String getTypeName()
public void setId(Long id)
id - the new idpublic void setJsonType(JsonType jsonType)
jsonType - the new json typepublic void setTypeName(String typeName)
typeName - the new type nameCopyright © 2018. All rights reserved.