public class CradleConfig.CradleLocation extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
column
The column identification number. 
 | 
int | 
row
The row identification number. 
 | 
int | 
wall
The wall identification number. 
 | 
| Constructor and Description | 
|---|
CradleLocation(int wall,
              int row,
              int column)
Constructor 
 |