com.sun.j2ee.blueprints.smarticket.ejb.movieinfo
Class Showtime
java.lang.Object
|
+--com.sun.j2ee.blueprints.smarticket.ejb.movieinfo.Showtime
- All Implemented Interfaces:
- java.io.Serializable
- public class Showtime
- extends java.lang.Object
- implements java.io.Serializable
Represents a time for a show.
- See Also:
- Serialized Form
Field Summary |
protected int |
id
|
protected java.lang.String |
showtime
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
showtime
protected java.lang.String showtime
Showtime
public Showtime()
Showtime
public Showtime(int i,
java.lang.String s)
init
public void init(int i,
java.lang.String s)
init
public void init(Showtime s)
getID
public int getID()
getShowtime
public java.lang.String getShowtime()
Copyright © 2002 Sun Microsystems Inc. All rights reserved.