org.eclipse.eclipsecon
Class TalkAbstract.Speaker

java.lang.Object
  extended by org.eclipse.eclipsecon.TalkAbstract.Speaker
Enclosing class:
TalkAbstract

public class TalkAbstract.Speaker
extends java.lang.Object

Instance of a person with some specialized knowledge, or TalkAbstract.Information that can be considered valuable or useful to an TalkAbstract.Attendee at EclipseCon or some other presentation.

For example:


Field Summary
 java.lang.String biography
           
 
Constructor Summary
TalkAbstract.Speaker(java.lang.String bio)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

biography

public final java.lang.String biography
Constructor Detail

TalkAbstract.Speaker

public TalkAbstract.Speaker(java.lang.String bio)