|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.microarray.ArrayLabo
public class ArrayLabo
Description
External laboratories owner of Array Objects
Infos : KLB - IPMC - 08/2003
| Field Summary | |
|---|---|
private int |
array_labo_id
ID of ArrayLabo Object |
private java.lang.String |
array_labo_name
Name of ArrayLabo Object |
private boolean |
is_viewable
Indicate if we can display probes sequences informations for microarray from this ArrayLabo Object |
| Constructor Summary | |
|---|---|
ArrayLabo()
Default constructor |
|
ArrayLabo(int array_labo_id)
Constructs an ArrayLabo object from an ArrayLabo ID |
|
| Method Summary | |
|---|---|
int |
getArray_labo_id()
ID of ArrayLabo object |
java.lang.String |
getArray_labo_name()
Name of ArrayLabo object |
boolean |
getIs_viewable()
Indicate if we can display in Mediante probes sequences informations positions |
void |
setArray_labo_id(int array_labo_id)
|
void |
setArray_labo_name(java.lang.String array_labo_name)
|
void |
setIs_viewable(boolean is_viewable)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int array_labo_id
private java.lang.String array_labo_name
private boolean is_viewable
| Constructor Detail |
|---|
public ArrayLabo()
public ArrayLabo(int array_labo_id)
array_labo_id - ID of existing ArrayLabo Object| Method Detail |
|---|
public int getArray_labo_id()
public void setArray_labo_id(int array_labo_id)
public java.lang.String getArray_labo_name()
public void setArray_labo_name(java.lang.String array_labo_name)
public boolean getIs_viewable()
public void setIs_viewable(boolean is_viewable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||