Constructor and Description |
---|
CellBean()
Default constructor.
|
CellBean(Cell cell)
Create a cell bean based on the given cell
|
Modifier and Type | Method and Description |
---|---|
MutableCell |
createCell(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Create a cell based on the information in the cell bean if possible.
|
String |
getId()
Get the id
|
List<NamedEntityBean> |
getSource()
Get the source entities
|
List<NamedEntityBean> |
getTarget()
Get the target entities
|
String |
getTransformationIdentifier()
Get the transformation identifier
|
List<ParameterValueBean> |
getTransformationParameters()
Get the transformation parameters
|
void |
setId(String id)
Set the id
|
void |
setSource(List<NamedEntityBean> source)
Set the source entities
|
void |
setTarget(List<NamedEntityBean> target)
Set the target entities
|
void |
setTransformationIdentifier(String transformationIdentifier)
Set the transformation identifier
|
void |
setTransformationParameters(List<ParameterValueBean> transformationParameters)
Set the transformation parameters
|
public CellBean()
public CellBean(Cell cell)
cell
- the cellpublic MutableCell createCell(IOReporter reporter, TypeIndex sourceTypes, TypeIndex targetTypes)
reporter
- the I/O reporter to report any errors to, may be
null
sourceTypes
- the source types to use for resolving definition
referencestargetTypes
- the target types to use for resolving definition
referencesnull
public List<NamedEntityBean> getSource()
public void setSource(List<NamedEntityBean> source)
source
- the source entities to setpublic List<NamedEntityBean> getTarget()
public void setTarget(List<NamedEntityBean> target)
target
- the target entities to setpublic List<ParameterValueBean> getTransformationParameters()
public void setTransformationParameters(List<ParameterValueBean> transformationParameters)
transformationParameters
- the transformation parameters to setpublic String getTransformationIdentifier()
public void setTransformationIdentifier(String transformationIdentifier)
transformationIdentifier
- the transformation identifier to setpublic void setId(String id)
id
- the idpublic String getId()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a