public class AtlasMapping extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Constants |
constants |
protected List<DataSource> |
dataSource |
protected LookupTables |
lookupTables |
protected Mappings |
mappings |
protected String |
name |
protected Properties |
properties |
Constructor and Description |
---|
AtlasMapping() |
Modifier and Type | Method and Description |
---|---|
Constants |
getConstants()
Gets the value of the constants property.
|
List<DataSource> |
getDataSource()
Gets the value of the dataSource property.
|
LookupTables |
getLookupTables()
Gets the value of the lookupTables property.
|
Mappings |
getMappings()
Gets the value of the mappings property.
|
String |
getName()
Gets the value of the name property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
void |
setConstants(Constants value)
Sets the value of the constants property.
|
void |
setLookupTables(LookupTables value)
Sets the value of the lookupTables property.
|
void |
setMappings(Mappings value)
Sets the value of the mappings property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
protected List<DataSource> dataSource
protected Mappings mappings
protected LookupTables lookupTables
protected Constants constants
protected Properties properties
protected String name
public List<DataSource> getDataSource()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the dataSource property.
For example, to add a new item, do as follows:
getDataSource().add(newItem);
Objects of the following type(s) are allowed in the list
DataSource
public Mappings getMappings()
Mappings
public void setMappings(Mappings value)
value
- allowed object is
Mappings
public LookupTables getLookupTables()
LookupTables
public void setLookupTables(LookupTables value)
value
- allowed object is
LookupTables
public Constants getConstants()
Constants
public void setConstants(Constants value)
value
- allowed object is
Constants
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public String getName()
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.