home *** CD-ROM | disk | FTP | other *** search
- // -[KeepHeading]-
-
-
- // -[Copyright]-
-
- /**
- *
- */
- import java.lang.*;
-
-
- // -[KeepBeforeClass]-
-
-
- // -[Class]-
-
- /**
- * @jTitle VideoStore
- * @jAuthor Chris Colman
- * @jOverridability can be overridden
- * @jDescription
- * A store that hires out videos.
- *
- * @see
- */
- public
- class VideoStore
- {
- // -[KeepWithinClass]-
-
-
- // -[Fields]-
-
-
-
- /**
- * Name of the store.
- */
- protected String name;
-
- /**
- * Association declarations
- */
-
-
-
-
- /**
- * Association declarations
- */
-
-
-
- /**
- * Association declarations
- */
-
-
-
- /**
- * Association declarations
- */
-
-
-
- /**
- * Association declarations
- */
-
-
- /**
- * Association declarations
- */
-
-
-
- // -[Methods]-
-
- }
-
-
-