public class MetaDataProfileBean extends Object implements Serializable
| Constructor and Description |
|---|
MetaDataProfileBean() |
MetaDataProfileBean(String type,
String title,
List<MetadataFieldWrapper> metadataFields,
List<CategoryWrapper> categories) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryWrapper> |
getCategories() |
List<MetadataFieldWrapper> |
getMetadataFields() |
String |
getTitle() |
String |
getType() |
void |
setCategories(List<CategoryWrapper> categories) |
void |
setMetadataFields(List<MetadataFieldWrapper> metadataFields) |
void |
setTitle(String title) |
void |
setType(String type) |
String |
toString() |
public MetaDataProfileBean()
public MetaDataProfileBean(String type, String title, List<MetadataFieldWrapper> metadataFields, List<CategoryWrapper> categories)
public String getType()
public void setType(String type)
type - the type to setpublic List<MetadataFieldWrapper> getMetadataFields()
public void setMetadataFields(List<MetadataFieldWrapper> metadataFields)
metadataFields - the metadataFields to setpublic List<CategoryWrapper> getCategories()
public void setCategories(List<CategoryWrapper> categories)
public String getTitle()
public void setTitle(String title)
Copyright © 2020. All Rights Reserved.