removed unused class
This commit is contained in:
parent
669d7d1ab8
commit
0a961688c2
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
package org.texttechnologylab.project.gruppe_05_1.database.domainimp.speeches;
|
||||
|
||||
import org.bson.Document;
|
||||
import org.texttechnologylab.project.gruppe_05_1.xml.speeches.Impls.MemberOfParliament_File_Impl;
|
||||
import org.texttechnologylab.project.gruppe_05_1.xml.speeches.Interfaces.MemberOfParliament;
|
||||
|
||||
|
||||
public class MemberOfParliament_MongoDB_Impl extends MemberOfParliament_File_Impl implements MemberOfParliament {
|
||||
public MemberOfParliament_MongoDB_Impl(Document mongoDocument) {super(
|
||||
mongoDocument.getString("name"),
|
||||
mongoDocument.getString("firstName"),
|
||||
mongoDocument.getString("title"),
|
||||
mongoDocument.getString("dateOfBirth"),
|
||||
mongoDocument.getString("dateOfDeath"),
|
||||
mongoDocument.getString("placeOfBirth"),
|
||||
mongoDocument.getString("gender"),
|
||||
mongoDocument.getString("religion"),
|
||||
mongoDocument.getInteger("id"),
|
||||
mongoDocument.getString("party"),
|
||||
null,
|
||||
mongoDocument.getInteger("firstLegislativePeriod"),
|
||||
mongoDocument.getInteger("lastLegislativePeriod"),
|
||||
mongoDocument.getString("image_data"));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue