public class MetaDataTypeWrapper extends Object implements Serializable
| Constructor and Description |
|---|
MetaDataTypeWrapper()
Instantiates a new metadata type.
|
MetaDataTypeWrapper(String id,
String name,
String description)
Instantiates a new metadata type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(String id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
String |
toString() |
public MetaDataTypeWrapper()
public String getId()
public String getName()
public String getDescription()
public void setId(String id)
id - the id to setpublic void setName(String name)
name - the name to setpublic void setDescription(String description)
description - the description to setCopyright © 2017. All Rights Reserved.