|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.core.data.BasicData net.sf.basedb.core.data.ArrayDesignBlockData
public class ArrayDesignBlockData
This holds information about a block in an arraydesign. It must be lazy because features are loaded in a stateless session.
ArrayDesignBlock
,
Array LIMS - arrays overviewField Summary | |
---|---|
private ArrayDesignData |
arrayDesign
|
private int |
blockNumber
|
private int |
blockSizeX
|
private int |
blockSizeY
|
private int |
featureDiameter
|
private Set<FeatureData> |
features
|
private int |
metaGridX
|
private int |
metaGridY
|
private int |
originX
|
private int |
originY
|
private int |
spacingX
|
private int |
spacingY
|
Constructor Summary | |
---|---|
ArrayDesignBlockData()
|
Method Summary | |
---|---|
ArrayDesignData |
getArrayDesign()
Used by Hibernate to link with ArrayDesign. |
int |
getBlockNumber()
Get the block number of this block. |
int |
getBlockSizeX()
Get the maximum number of rows in this block. |
int |
getBlockSizeY()
Get the maximum number of columns in this block. |
int |
getFeatureDiameter()
The expected diameter of spots. |
(package private) Set<FeatureData> |
getFeatures()
Used by Hibernate to link with features. |
int |
getMetaGridX()
Get the row coordinate of this block. |
int |
getMetaGridY()
Get the column coordinate of this block. |
int |
getOriginX()
Get the distance from the left edge of the slide to the top left spot in the block. |
int |
getOriginY()
Get the distance from the top edge of the slide to the top left spot in the block. |
int |
getSpacingX()
Get the x spacing. |
int |
getSpacingY()
Get the y spacing. |
void |
setArrayDesign(ArrayDesignData arrayDesign)
|
void |
setBlockNumber(int blockNumber)
|
void |
setBlockSizeX(int rows)
|
void |
setBlockSizeY(int columns)
|
void |
setFeatureDiameter(int featureDiameter)
|
(package private) void |
setFeatures(Set<FeatureData> features)
|
void |
setMetaGridX(int metaRow)
|
void |
setMetaGridY(int metaColumn)
|
void |
setOriginX(int originX)
|
void |
setOriginY(int originY)
|
void |
setSpacingX(int spacingX)
|
void |
setSpacingY(int spacingY)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int metaGridX
private int metaGridY
private int blockSizeX
private int blockSizeY
private int originX
private int originY
private int spacingX
private int spacingY
private int featureDiameter
private int blockNumber
private Set<FeatureData> features
private ArrayDesignData arrayDesign
Constructor Detail |
---|
public ArrayDesignBlockData()
Method Detail |
---|
public int getMetaGridX()
public void setMetaGridX(int metaRow)
public int getMetaGridY()
public void setMetaGridY(int metaColumn)
public int getBlockSizeX()
public void setBlockSizeX(int rows)
public int getBlockSizeY()
public void setBlockSizeY(int columns)
public int getOriginX()
public void setOriginX(int originX)
public int getOriginY()
public void setOriginY(int originY)
public int getSpacingX()
public void setSpacingX(int spacingX)
public int getSpacingY()
public void setSpacingY(int spacingY)
public int getFeatureDiameter()
public void setFeatureDiameter(int featureDiameter)
public int getBlockNumber()
public void setBlockNumber(int blockNumber)
Set<FeatureData> getFeatures()
void setFeatures(Set<FeatureData> features)
public ArrayDesignData getArrayDesign()
public void setArrayDesign(ArrayDesignData arrayDesign)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |