home *** CD-ROM | disk | FTP | other *** search
- // -[KeepHeading]-
-
-
- // -[Copyright]-
-
- /**
- *
- */
- import java.lang.*;
-
-
- // -[KeepBeforeClass]-
-
-
- // -[Class]-
-
- /**
- * @jTitle VideoTape
- * @jAuthor Chris Colman
- * @jOverridability can be overridden
- * @jDescription
- * A copy, on video, of a particular film.
- *
- * @see
- */
- public
- class VideoTape
- {
- // -[KeepWithinClass]-
-
-
- // -[Fields]-
-
-
-
- /**
- * Unique ID of this video copy.
- */
- protected long videoID;
-
- /**
- * Association declarations
- */
-
-
-
-
- /**
- * Association declarations
- */
-
-
-
- /**
- * Association declarations
- */
-
-
- /**
- * Association declarations
- */
-
-
- /**
- * Association declarations
- */
-
-
-
- // -[Methods]-
-
- }
-
-
-