| 1 | |
package org.restafarian.core.beans; |
| 2 | |
|
| 3 | |
|
| 4 | |
|
| 5 | |
|
| 6 | 1 | public class LookupTableEntry extends PersistentBeanBase { |
| 7 | |
private static final long serialVersionUID = 1; |
| 8 | 1 | private int id = -1; |
| 9 | 1 | private String tableId = null; |
| 10 | 1 | private String entryId = null; |
| 11 | 1 | private String description = null; |
| 12 | 1 | private String[] property = new String[20]; |
| 13 | |
|
| 14 | |
public String getDescription() { |
| 15 | 0 | return description; |
| 16 | |
} |
| 17 | |
public void setDescription(String description) { |
| 18 | 1 | this.description = description; |
| 19 | 1 | } |
| 20 | |
public String getEntryId() { |
| 21 | 1 | return entryId; |
| 22 | |
} |
| 23 | |
public void setEntryId(String entryId) { |
| 24 | 1 | this.entryId = entryId; |
| 25 | 1 | } |
| 26 | |
public int getId() { |
| 27 | 1 | return id; |
| 28 | |
} |
| 29 | |
public void setId(int id) { |
| 30 | 0 | this.id = id; |
| 31 | 0 | } |
| 32 | |
public String getProperty(int i) { |
| 33 | 0 | return property[i]; |
| 34 | |
} |
| 35 | |
public void setProperty(int i, String property) { |
| 36 | 0 | this.property[i] = property; |
| 37 | 0 | } |
| 38 | |
public String getProperty00() { |
| 39 | 0 | return property[0]; |
| 40 | |
} |
| 41 | |
public void setProperty00(String property00) { |
| 42 | 0 | this.property[0] = property00; |
| 43 | 0 | } |
| 44 | |
public String getProperty01() { |
| 45 | 0 | return property[1]; |
| 46 | |
} |
| 47 | |
public void setProperty01(String property01) { |
| 48 | 0 | this.property[1] = property01; |
| 49 | 0 | } |
| 50 | |
public String getProperty02() { |
| 51 | 0 | return property[2]; |
| 52 | |
} |
| 53 | |
public void setProperty02(String property02) { |
| 54 | 0 | this.property[2] = property02; |
| 55 | 0 | } |
| 56 | |
public String getProperty03() { |
| 57 | 0 | return property[3]; |
| 58 | |
} |
| 59 | |
public void setProperty03(String property03) { |
| 60 | 0 | this.property[3] = property03; |
| 61 | 0 | } |
| 62 | |
public String getProperty04() { |
| 63 | 0 | return property[4]; |
| 64 | |
} |
| 65 | |
public void setProperty04(String property04) { |
| 66 | 0 | this.property[4] = property04; |
| 67 | 0 | } |
| 68 | |
public String getProperty05() { |
| 69 | 0 | return property[5]; |
| 70 | |
} |
| 71 | |
public void setProperty05(String property05) { |
| 72 | 0 | this.property[5] = property05; |
| 73 | 0 | } |
| 74 | |
public String getProperty06() { |
| 75 | 0 | return property[6]; |
| 76 | |
} |
| 77 | |
public void setProperty06(String property06) { |
| 78 | 0 | this.property[6] = property06; |
| 79 | 0 | } |
| 80 | |
public String getProperty07() { |
| 81 | 0 | return property[7]; |
| 82 | |
} |
| 83 | |
public void setProperty07(String property07) { |
| 84 | 0 | this.property[7] = property07; |
| 85 | 0 | } |
| 86 | |
public String getProperty08() { |
| 87 | 0 | return property[8]; |
| 88 | |
} |
| 89 | |
public void setProperty08(String property08) { |
| 90 | 0 | this.property[8] = property08; |
| 91 | 0 | } |
| 92 | |
public String getProperty09() { |
| 93 | 0 | return property[9]; |
| 94 | |
} |
| 95 | |
public void setProperty09(String property09) { |
| 96 | 0 | this.property[9] = property09; |
| 97 | 0 | } |
| 98 | |
public String getProperty10() { |
| 99 | 0 | return property[10]; |
| 100 | |
} |
| 101 | |
public void setProperty10(String property10) { |
| 102 | 0 | this.property[10] = property10; |
| 103 | 0 | } |
| 104 | |
public String getProperty11() { |
| 105 | 0 | return property[11]; |
| 106 | |
} |
| 107 | |
public void setProperty11(String property11) { |
| 108 | 0 | this.property[11] = property11; |
| 109 | 0 | } |
| 110 | |
public String getProperty12() { |
| 111 | 0 | return property[12]; |
| 112 | |
} |
| 113 | |
public void setProperty12(String property12) { |
| 114 | 0 | this.property[12] = property12; |
| 115 | 0 | } |
| 116 | |
public String getProperty13() { |
| 117 | 0 | return property[13]; |
| 118 | |
} |
| 119 | |
public void setProperty13(String property13) { |
| 120 | 0 | this.property[13] = property13; |
| 121 | 0 | } |
| 122 | |
public String getProperty14() { |
| 123 | 0 | return property[14]; |
| 124 | |
} |
| 125 | |
public void setProperty14(String property14) { |
| 126 | 0 | this.property[14] = property14; |
| 127 | 0 | } |
| 128 | |
public String getProperty15() { |
| 129 | 0 | return property[15]; |
| 130 | |
} |
| 131 | |
public void setProperty15(String property15) { |
| 132 | 0 | this.property[15] = property15; |
| 133 | 0 | } |
| 134 | |
public String getProperty16() { |
| 135 | 0 | return property[16]; |
| 136 | |
} |
| 137 | |
public void setProperty16(String property16) { |
| 138 | 0 | this.property[16] = property16; |
| 139 | 0 | } |
| 140 | |
public String getProperty17() { |
| 141 | 0 | return property[17]; |
| 142 | |
} |
| 143 | |
public void setProperty17(String property17) { |
| 144 | 0 | this.property[17] = property17; |
| 145 | 0 | } |
| 146 | |
public String getProperty18() { |
| 147 | 0 | return property[18]; |
| 148 | |
} |
| 149 | |
public void setProperty18(String property18) { |
| 150 | 0 | this.property[18] = property18; |
| 151 | 0 | } |
| 152 | |
public String getProperty19() { |
| 153 | 0 | return property[19]; |
| 154 | |
} |
| 155 | |
public void setProperty19(String property19) { |
| 156 | 0 | this.property[19] = property19; |
| 157 | 0 | } |
| 158 | |
public String getTableId() { |
| 159 | 0 | return tableId; |
| 160 | |
} |
| 161 | |
public void setTableId(String tableId) { |
| 162 | 1 | this.tableId = tableId; |
| 163 | 1 | } |
| 164 | |
} |