public class PortletLocation extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
m_cell |
protected int |
m_column |
protected String |
m_id |
protected int |
m_row |
Constructor and Description |
---|
PortletLocation() |
PortletLocation(String id,
int row,
int column,
int cell) |
Modifier and Type | Method and Description |
---|---|
int |
getCell()
First cell is 1 (not zero).
|
int |
getColumn()
First column is 1 (not zero).
|
String |
getId() |
int |
getRow()
First row is 1 (not zero).
|
void |
setCell(int x)
First row is 1 (not zero).
|
void |
setColumn(int x)
First column is 1 (not zero).
|
void |
setId(String x) |
void |
setRow(int x)
First row is 1 (not zero).
|
protected String m_id
protected int m_row
protected int m_column
protected int m_cell
public PortletLocation()
public PortletLocation(String id, int row, int column, int cell)
public String getId()
public void setId(String x)
public int getRow()
public void setRow(int x)
public int getColumn()
public void setColumn(int x)
public int getCell()
public void setCell(int x)