public class DataDictionaryDomain extends Object implements Serializable
| Constructor and Description |
|---|
DataDictionaryDomain() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributes() |
UUID |
getDatamodeldomainuuid() |
String |
getDatatype() |
String |
getDescription() |
Integer |
getLength() |
String |
getName() |
Integer |
getPrecision() |
void |
setAttributes(String attributes) |
void |
setDatamodeldomainuuid(UUID datamodeldomainuuid) |
void |
setDatatype(String datatype) |
void |
setDescription(String description) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setPrecision(Integer precision) |
public UUID getDatamodeldomainuuid()
public void setDatamodeldomainuuid(UUID datamodeldomainuuid)
datamodeldomainuuid - the datamodeldomainuuid to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getDatatype()
public void setDatatype(String datatype)
datatype - the datatype to setpublic Integer getLength()
public void setLength(Integer length)
length - the length to setpublic Integer getPrecision()
public void setPrecision(Integer precision)
precision - the precision to setpublic String getAttributes()
public void setAttributes(String attributes)
attributes - the attributes to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.