Package su.litvak.moviedb.entity

Examples of su.litvak.moviedb.entity.Genre


            subscribe();
        }

        GenreDesc() {
            this.genre = new Genre();

            subscribe();
        }
View Full Code Here

TOP

Related Classes of su.litvak.moviedb.entity.Genre

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.