public class EntityExport extends GenericModel
Constructor and Description |
---|
EntityExport() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getEntityName()
Gets the entityName.
|
java.util.Map |
getMetadata()
Gets the metadata.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.util.List<ValueExport> |
getValues()
Gets the values.
|
java.lang.Boolean |
isFuzzyMatch()
Gets the fuzzyMatch.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setEntityName(java.lang.String entityName)
Sets the entityName.
|
void |
setFuzzyMatch(java.lang.Boolean fuzzyMatch)
Sets the fuzzyMatch.
|
void |
setMetadata(java.util.Map metadata)
Sets the metadata.
|
void |
setValues(java.util.List<ValueExport> values)
Sets the values.
|
equals, hashCode, toString
public java.lang.String getEntityName()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getDescription()
public java.util.Map getMetadata()
public java.lang.Boolean isFuzzyMatch()
public java.util.List<ValueExport> getValues()
public void setEntityName(java.lang.String entityName)
entityName
- the new entityNamepublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setMetadata(java.util.Map metadata)
metadata
- the new metadatapublic void setFuzzyMatch(java.lang.Boolean fuzzyMatch)
fuzzyMatch
- the new fuzzyMatchpublic void setValues(java.util.List<ValueExport> values)
values
- the new values