wtanaka.praya.yahoo
Class YahooIDLabel

java.lang.Object
  |
  +--wtanaka.praya.yahoo.YahooIDLabel

public class YahooIDLabel
extends java.lang.Object

struct yahoo_idlabel from libyahoo.h revision 1.8

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/02 09:30:19 $
Author:
$Author: wtanaka $

Field Summary
 int id
           
 java.lang.String label
           
 
Constructor Summary
YahooIDLabel(int id, java.lang.String label)
           
 
Method Summary
 int getID()
           
 java.lang.String getLabel()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

id

public int id

label

public java.lang.String label
Constructor Detail

YahooIDLabel

public YahooIDLabel(int id,
                    java.lang.String label)
Method Detail

getID

public int getID()

getLabel

public java.lang.String getLabel()