public class MetadataProfile extends Object implements Serializable
| Constructor and Description |
|---|
MetadataProfile()
Instantiates a new metadata type.
|
MetadataProfile(String id,
String name,
String description,
String metadataType)
Instantiates a new metadata type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the id.
|
String |
getMetadataType()
Gets the metadata type.
|
String |
getName()
Gets the name.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(String id)
Sets the id.
|
void |
setMetadataType(String metadataType)
Sets the metadata type.
|
void |
setName(String name)
Sets the name.
|
String |
toString() |
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 setpublic String getMetadataType()
public void setMetadataType(String metadataType)
metadataType - the metadataType to setCopyright © 2020. All Rights Reserved.