home *** CD-ROM | disk | FTP | other *** search
- // -[KeepHeading]-
-
-
- // -[Copyright]-
-
- /**
- *
- */
- import java.lang.*;
-
-
- // -[KeepBeforeClass]-
-
-
- // -[Class]-
-
- /**
- * @jTitle Movie
- * @jAuthor Chris Colman
- * @jOverridability can be overridden
- * @jDescription
- * A film title which is stored on one or more video tapes belonging
- * to this store.
- *
- * @see
- */
- public
- class Movie
- {
- // -[KeepWithinClass]-
-
-
- // -[Fields]-
-
-
-
- /**
- * Co star of the film.
- */
- protected String coStar;
-
-
-
- /**
- * Star of the film.
- */
- protected String star;
-
-
-
- /**
- * Title of film.
- */
- protected String title;
-
- /**
- * Association declarations
- */
-
-
-
-
- /**
- * Association declarations
- */
-
-
-
-
- /**
- * Association declarations
- */
-
-
-
-
- /**
- * Association declarations
- */
-
-
-
- /**
- * Association declarations
- */
-
-
-
- /**
- * Association declarations
- */
-
-
- /**
- * Association declarations
- */
-
-
-
- // -[Methods]-
-
- }
-
-
-