Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.34 KB | None | 0 0
  1. // Interstellar - desforges
  2. {
  3.     idSeance: 'seance01',
  4.     postedDate: '05/03/2018',
  5.     seanceDate: '24/03/2018',
  6.     fullSeanceDate: 'Mar. 24 mars 2018',
  7.     seanceHour: '19h30',
  8.     hostingPlace: {
  9.         cityName: 'Lille',
  10.         countryCode: '59000',
  11.         country: 'France',
  12.         address: '1, rue des rues',
  13.     },
  14.     nbSeats: 8,
  15.     nbSeatsBooked: 3,
  16.     autoBookingAccept: true,
  17.     hostMessage: '',
  18.     isActive: 1,
  19.     host: {
  20.         idUser: '123456789l',
  21.         lastName: 'Desforges',
  22.         firstName: 'François',
  23.         mail: 'desforges.francois@outlook.com',
  24.         password: 'motdepasse',
  25.         birthDate: '12/06/1997',
  26.         age: 20,
  27.         gender: '1',
  28.         accountImg: 'https://lh3.google.com/u/0/d/1K2B9Wly-93GQW8VcKo6PTnxJlqmsnNI2=w1920-h974-iv1',
  29.         bio: '',
  30.         phone: '',
  31.         status: 'Confirmé',
  32.         userChecks: {
  33.             mail: true,
  34.             identity: true,
  35.             phone: false,
  36.         },
  37.         address: '',
  38.         additionnalAddress: '',
  39.         zip: '',
  40.         city: '',
  41.         userRating: {
  42.             averageRating: '4.7',
  43.             totalNbRating: '6',
  44.         },
  45.         stats: {
  46.             totalNbSeance: 3,
  47.             lastSeance: 'Lun. 15 mars',
  48.             lastConnectedDate: '15/03/2018',
  49.             memberSinceDate: 'Août 2017',
  50.         },
  51.     },
  52.     movie: {
  53.         idMovie: 'movie01',
  54.         movieName: 'Interstellar',
  55.         releaseDate: '05/11/2014',
  56.         releaseDateHack: '05 novembre 2014',
  57.         releaseYear: '2014',
  58.         duration: '2h49',
  59.         genre: ['Aventure', 'Drame', 'Science-Fiction'],
  60.         synopsis: 'Dans un futur proche, face à une Terre exsangue, un groupe d\'explorateurs utilise un vaisseau interstellaire pour franchir un trou de ver permettant de parcourir des distances jusque-là infranchissables. Leur but : trouver un nouveau foyer pour l\'humanité.',
  61.         imgCouvUrl: 'https://image.tmdb.org/t/p/w1400_and_h450_face/xu9zaAevzQ5nnrsXN6JcahLnG4i.jpg',
  62.         imgMovie: 'https://image.tmdb.org/t/p/w600_and_h900_bestv2/qAr3kvQeKu1UMOOrt50kUqEkdlr.jpg',
  63.         techTeam: [
  64.             {
  65.                 fullName: 'Christopher Nolan',
  66.                 roles: ['Directeur', 'Auteur'],
  67.             },
  68.             {
  69.                 fullName: 'Jonathan Nolan',
  70.                 roles: ['Auteur'],
  71.             },
  72.         ],
  73.         actors: [
  74.             {
  75.                 fullName: 'Matthew McConaughey',
  76.                 role: 'Joseph Cooper',
  77.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/jdRmHrG0TWXGhs4tO6TJNSoL25T.jpg',
  78.             },
  79.             {
  80.                 fullName: 'Jessica Chastain',
  81.                 role: 'Murph Cooper',
  82.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/nkFrkn5NZVGWb4b2X0yIcXezhyt.jpg',
  83.             },
  84.             {
  85.                 fullName: 'Anne Hathaway',
  86.                 role: 'Dr. Amelia Brand',
  87.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/xENM3XJAtdpolwELYDy9iaCtU4m.jpg',
  88.             },
  89.             {
  90.                 fullName: 'Michael Caine',
  91.                 role: 'Professor John Brand',
  92.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/vvj0JMSFpOajXCE46Hy4dyqSP2U.jpg',
  93.             },
  94.         ],
  95.         linkTrailer: 'https://youtu.be/USns-G2mxoc',
  96.     },
  97. },
  98. // Old Boy - Michel Foucault
  99. {
  100.     idSeance: 'seance02',
  101.     postedDate: '18/03/2018',
  102.     seanceDate: '23/03/2018',
  103.     fullSeanceDate: 'Lun. 23 mars 2018',
  104.     seanceHour: '18h30',
  105.     hostingPlace: {
  106.         cityName: 'Lille',
  107.         countryCode: '59000',
  108.         country: 'France',
  109.         address: '',
  110.     },
  111.     nbSeats: 3,
  112.     nbSeatsBooked: 3,
  113.     autoBookingAccept: true,
  114.     hostMessage: '',
  115.     host: {
  116.         idUser: '1234567878',
  117.         lastName: 'Foucault',
  118.         firstName: 'Michel',
  119.         mail: 'michel.foucault@gmail.com',
  120.         password: 'motdepasse',
  121.         birthDate: '04/05/1986',
  122.         age: 32,
  123.         gender: '1',
  124.         accountImg: 'https://lh3.google.com/u/0/d/1K2B9Wly-93GQW8VcKo6PTnxJlqmsnNI2=w1920-h974-iv1',
  125.         bio: '',
  126.         phone: '',
  127.         status: 'Débutant',
  128.         userChecks: {
  129.             mail: true,
  130.             identity: true,
  131.             phone: false,
  132.         },
  133.         address: '',
  134.         additionnalAddress: '',
  135.         zip: '',
  136.         city: '',
  137.         userRating: {
  138.             averageRating: '',
  139.             totalNbRating: 0,
  140.         },
  141.         stats: {
  142.             totalNbSeance: 1,
  143.             lastSeance: 'Ven. 23 mars',
  144.             lastConnectedDate: '23/03/2018',
  145.             memberSinceDate: 'Mars 2018',
  146.         },
  147.     },
  148.     movie: {
  149.         idMovie: 'movie02',
  150.         movieName: 'Old Boy'n
  151.         releaseDate: '21/11/2003',
  152.         releaseDateHack: '21 novembre 2003',
  153.         releaseYear: '2003',
  154.         duration: '2h00',
  155.         genre: ['Drame', 'Thriller', 'Mystère', 'Action'],
  156.         synopsis: 'À la fin des années 80, Oh Dae-Soo, père de famille sans histoire, est enlevé un jour devant chez lui. Séquestré pendant plusieurs années dans une cellule privée, son seul lien avec l\'extérieur est une télévision. Par le biais de cette télévision, il apprend le meurtre de sa femme, meurtre dont il est le principal suspect. Au désespoir d\'être séquestré sans raison apparente succède alors chez le héros une rage intérieure vengeresse qui lui permet de survivre. Il est relâché 15 ans plus tard, toujours sans explication. Oh Dae-Soo est alors contacté par celui qui semble être le responsable de ses malheurs, qui lui propose de découvrir qui l\'a enlevé et pourquoi. Le cauchemar continue pour le héros.',
  157.         imgCouvUrl: 'https://image.tmdb.org/t/p/w1400_and_h450_face/qUxC2uJnHgGKq6Qvy4sYPxy0hoJ.jpg',
  158.         imgMovie: 'https://image.tmdb.org/t/p/w600_and_h900_bestv2/if5bkQK6FxOQhKd9czd25HpdCCh.jpg',
  159.         techTeam: [
  160.             {
  161.                 fullName: 'Park Chan-wook',
  162.                 roles: ['Directeur', 'Scénariste'],
  163.             },
  164.             {
  165.                 fullName: 'Lim Joon-hyung',
  166.                 roles: ['Scénariste'],
  167.             },
  168.             {
  169.                 fullName: 'Lim Chun-hyeong',
  170.                 roles: ['Scénariste'],
  171.             },
  172.             {
  173.                 fullName: 'Hwang Jo-yun',
  174.                 roles: ['Scénariste'],
  175.             },
  176.         ],
  177.         actors: [
  178.             {
  179.                 fullName: 'Choi Min-sik',
  180.                 role: 'Oh Dae-su',
  181.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/abLCstRJLpuzG39KAiG7hD72zcn.jpg',
  182.             },
  183.             {
  184.                 fullName: 'Yoo Ji-tae',
  185.                 role: 'Lee Woo-jin',
  186.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/3XsWi0daiIzeDwAndY6fu4OQe3F.jpg',
  187.             },
  188.             {
  189.                 fullName: 'Kang Hye-jung',
  190.                 role: 'Mi-do',
  191.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/lF4wt0m522K79tgy18ykgDtmsAO.jpg',
  192.             },
  193.             {
  194.                 fullName: 'Kim Byeong-ok',
  195.                 role: 'Mr. Han',
  196.                 imgUrl: 'https://image.tmdb.org/t/p/w138_and_h175_face/qDQBQQaMFTLuWtU2tdVlVymoqqa.jpg',
  197.             },
  198.         ],
  199.         linkTrailer: 'https://www.youtube.com/embed/yDwKRlbWNFw?rel=0',
  200.     },
  201. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement