public class CellInfo extends Object implements ICellInfo
Modifier and Type | Field and Description |
---|---|
protected Identifiers<Cell> |
cellIds
the cell identifier
|
protected String |
subDir
the sub directory where the files will be created
|
Constructor and Description |
---|
CellInfo(Cell cell,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a cell info
|
Modifier and Type | Method and Description |
---|---|
Cell |
getCell() |
String |
getCompleteSourceName() |
String |
getCompleteTargetName() |
String |
getExplanation()
Get an explanation for the cell, could be
null if none is
available |
String |
getExplanationAsHtml()
Get the explanation in HTML format for the given cell
|
String |
getId() |
String |
getImageLocation()
Gets the location of the image for a Cell
|
String |
getNotes()
Get the cell notes, could be
null |
String |
getSourceName()
Returns the displayed name of the source cell(s), may be
null |
String |
getTargetName()
Returns the displayed name of the target cell(s), may be
null |
protected final String subDir
protected final Identifiers<Cell> cellIds
public CellInfo(Cell cell, Identifiers<Cell> cellIds, String subDir)
cell
- a cell the created cell info is associated withcellIds
- the cell identifiersubDir
- the sub directory where files will be createdpublic String getExplanation()
ICellInfo
null
if none is
availablegetExplanation
in interface ICellInfo
ICellInfo.getExplanation()
public String getExplanationAsHtml()
ICellInfo
getExplanationAsHtml
in interface ICellInfo
ICellInfo.getExplanationAsHtml()
public String getImageLocation()
ICellInfo
getImageLocation
in interface ICellInfo
ICellInfo.getImageLocation()
public String getId()
public Cell getCell()
public String getNotes()
ICellInfo
null
public String getCompleteSourceName()
getCompleteSourceName
in interface ICellInfo
null
ICellInfo.getCompleteSourceName()
public String getCompleteTargetName()
getCompleteTargetName
in interface ICellInfo
null
ICellInfo.getCompleteTargetName()
public String getSourceName()
ICellInfo
null
getSourceName
in interface ICellInfo
ICellInfo.getSourceName()
public String getTargetName()
ICellInfo
null
getTargetName
in interface ICellInfo
ICellInfo.getTargetName()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a