public class DataDictionaryEntity extends Object implements Serializable
| Constructor and Description |
|---|
DataDictionaryEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<DataDictionaryAttribute> |
getAttributes() |
UUID |
getDatamodelentityuuid() |
String |
getDescription() |
String |
getName() |
void |
setAttributes(List<DataDictionaryAttribute> attributes) |
void |
setDatamodelentityuuid(UUID datamodelentityuuid) |
void |
setDescription(String description) |
void |
setName(String name) |
public UUID getDatamodelentityuuid()
public void setDatamodelentityuuid(UUID datamodelentityuuid)
datamodelentityuuid - the datamodelentityuuid 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 List<DataDictionaryAttribute> getAttributes()
public void setAttributes(List<DataDictionaryAttribute> attributes)
attributes - the attributes to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.