|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.starlink.topcat.vizier.InfoItem
public class InfoItem
Represents one of the static VizieR resources as obtained by the VizierInfo class.
| Constructor Summary | |
|---|---|
InfoItem(String name,
String title,
Integer krows)
Constructor. |
|
| Method Summary | |
|---|---|
Integer |
getKrows()
Returns the number of thousands of rows. |
String |
getName()
Returns the item short name. |
String |
getTitle()
Returns the item short description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InfoItem(String name,
String title,
Integer krows)
name - item nametitle - item short descriptionkrows - number of thousands of rows (approx)| Method Detail |
|---|
public String getName()
public String getTitle()
public Integer getKrows()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||