comparison src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentPersonBean.java @ 162:49a631863746

add mams_number attribute to EditIntent of PERSON.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 03 May 2018 18:12:08 +0200
parents 29c4b64caad0
children
comparison
equal deleted inserted replaced
161:8049becb05ca 162:49a631863746
64 /** intent to edit all attributes and relations in the form */ 64 /** intent to edit all attributes and relations in the form */
65 public static EditIntent editPersonIntent = new EditIntent( 65 public static EditIntent editPersonIntent = new EditIntent(
66 PERSON, 66 PERSON,
67 // attributes 67 // attributes
68 new String[]{"name", "name_translit", "birth_date", "birth_date_text", "death_date", "death_date_text", 68 new String[]{"name", "name_translit", "birth_date", "birth_date_text", "death_date", "death_date_text",
69 "url", "authority_id", "notes", "notes_old"}, 69 "url", "authority_id", "notes", "notes_old", "mams_number"},
70 // source relations 70 // source relations
71 new String[]{"was_born_in", "was_born_in_as", "died_in", "died_in_as", "lived_in", "lived_in_as", 71 new String[]{"was_born_in", "was_born_in_as", "died_in", "died_in_as", "lived_in", "lived_in_as",
72 "was_student_of", "has_floruit_date", "has_role"}, 72 "was_student_of", "has_floruit_date", "has_role"},
73 // target relations 73 // target relations
74 new String[]{"is_prime_alias_name_of", "is_alias_name_of", "is_reference_of"}); 74 new String[]{"is_prime_alias_name_of", "is_alias_name_of", "is_reference_of"});