KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > dotmarketing > portlets > jobs > model > Resume


1 package com.dotmarketing.portlets.jobs.model;
2
3 import java.io.Serializable JavaDoc;
4
5 import org.apache.commons.lang.builder.ToStringBuilder;
6
7 import com.dotmarketing.beans.Inode;
8
9 /** @author Hibernate CodeGenerator */
10 public class Resume extends Inode implements Serializable JavaDoc {
11
12     /** nullable persistent field */
13     private boolean member;
14
15     /** nullable persistent field */
16     private String JavaDoc name;
17
18     /** nullable persistent field */
19     private String JavaDoc streetname1;
20
21     /** nullable persistent field */
22     private String JavaDoc streetname2;
23
24     /** nullable persistent field */
25     private String JavaDoc city;
26
27     /** nullable persistent field */
28     private String JavaDoc state;
29
30     /** nullable persistent field */
31     private String JavaDoc zip;
32
33     /** nullable persistent field */
34     private String JavaDoc phone;
35
36     /** nullable persistent field */
37     private String JavaDoc fax;
38
39     /** nullable persistent field */
40     private String JavaDoc email;
41
42     /** nullable persistent field */
43     private String JavaDoc exclusion1;
44
45     /** nullable persistent field */
46     private String JavaDoc exclusion2;
47
48     /** nullable persistent field */
49     private String JavaDoc exclusion3;
50     
51     private String JavaDoc exclusion4;
52
53     /** nullable persistent field */
54     private boolean verified;
55
56     /** nullable persistent field */
57     private String JavaDoc objective;
58
59     /** nullable persistent field */
60     private String JavaDoc location;
61
62     /** nullable persistent field */
63     private String JavaDoc salary;
64
65     /** nullable persistent field */
66     private String JavaDoc qualification;
67
68     /** persistent field */
69     private java.util.Date JavaDoc creationdate;
70
71     /** nullable persistent field */
72     private java.util.Date JavaDoc expirationdate;
73     
74     /** nullable persistent field */
75     private String JavaDoc cctype;
76
77     /** nullable persistent field */
78     private String JavaDoc ccnum;
79
80     /** nullable persistent field */
81     private String JavaDoc ccexp;
82     
83     private boolean active;
84     
85     /** default constructor */
86     public Resume() {
87         this.creationdate = new java.util.Date JavaDoc();
88         setType("resume");
89     }
90
91     /** minimal constructor */
92     public Resume(long inode, java.util.Date JavaDoc creationdate) {
93         this.inode = inode;
94         this.creationdate = creationdate;
95     }
96
97     public long getInode() {
98         return this.inode;
99     }
100
101     public void setInode(long inode) {
102         this.inode = inode;
103     }
104     public java.lang.String JavaDoc getName() {
105         return this.name;
106     }
107
108     public void setName(java.lang.String JavaDoc name) {
109         this.name = name;
110     }
111     public java.lang.String JavaDoc getStreetname1() {
112         return this.streetname1;
113     }
114
115     public void setStreetname1(java.lang.String JavaDoc streetname1) {
116         this.streetname1 = streetname1;
117     }
118     public java.lang.String JavaDoc getStreetname2() {
119         return this.streetname2;
120     }
121
122     public void setStreetname2(java.lang.String JavaDoc streetname2) {
123         this.streetname2 = streetname2;
124     }
125     public java.lang.String JavaDoc getCity() {
126         return this.city;
127     }
128
129     public void setCity(java.lang.String JavaDoc city) {
130         this.city = city;
131     }
132     public java.lang.String JavaDoc getState() {
133         return this.state;
134     }
135
136     public void setState(java.lang.String JavaDoc state) {
137         this.state = state;
138     }
139     public java.lang.String JavaDoc getZip() {
140         return this.zip;
141     }
142
143     public void setZip(java.lang.String JavaDoc zip) {
144         this.zip = zip;
145     }
146     public java.lang.String JavaDoc getPhone() {
147         return this.phone;
148     }
149
150     public void setPhone(java.lang.String JavaDoc phone) {
151         this.phone = phone;
152     }
153     public java.lang.String JavaDoc getFax() {
154         return this.fax;
155     }
156
157     public void setFax(java.lang.String JavaDoc fax) {
158         this.fax = fax;
159     }
160     public java.lang.String JavaDoc getEmail() {
161         return this.email;
162     }
163
164     public void setEmail(java.lang.String JavaDoc email) {
165         this.email = email;
166     }
167     public java.lang.String JavaDoc getExclusion1() {
168         return this.exclusion1;
169     }
170
171     public void setExclusion1(java.lang.String JavaDoc exclusion1) {
172         this.exclusion1 = exclusion1;
173     }
174     public java.lang.String JavaDoc getExclusion2() {
175         return this.exclusion2;
176     }
177
178     public void setExclusion2(java.lang.String JavaDoc exclusion2) {
179         this.exclusion2 = exclusion2;
180     }
181     public java.lang.String JavaDoc getExclusion3() {
182         return this.exclusion3;
183     }
184
185     public void setExclusion3(java.lang.String JavaDoc exclusion3) {
186         this.exclusion3 = exclusion3;
187     }
188     public boolean getVerified() {
189         return this.verified;
190     }
191
192     public void setVerified(boolean verified) {
193         this.verified = verified;
194     }
195     public java.lang.String JavaDoc getObjective() {
196         return this.objective;
197     }
198
199     public void setObjective(java.lang.String JavaDoc objective) {
200         this.objective = objective;
201     }
202     public java.lang.String JavaDoc getLocation() {
203         return this.location;
204     }
205
206     public void setLocation(java.lang.String JavaDoc location) {
207         this.location = location;
208     }
209     public java.lang.String JavaDoc getSalary() {
210         return this.salary;
211     }
212
213     public void setSalary(java.lang.String JavaDoc salary) {
214         this.salary = salary;
215     }
216     public java.lang.String JavaDoc getQualification() {
217         return this.qualification;
218     }
219
220     public void setQualification(java.lang.String JavaDoc qualification) {
221         this.qualification = qualification;
222     }
223     public java.util.Date JavaDoc getCreationdate() {
224         return this.creationdate;
225     }
226
227     public void setCreationdate(java.util.Date JavaDoc creationdate) {
228         this.creationdate = creationdate;
229     }
230     public java.util.Date JavaDoc getExpirationdate() {
231         return this.expirationdate;
232     }
233
234     public void setExpirationdate(java.util.Date JavaDoc expirationdate) {
235         this.expirationdate = expirationdate;
236     }
237
238     public String JavaDoc toString() {
239         return ToStringBuilder.reflectionToString(this);
240     }
241
242     /**
243      * Returns the exclusion4.
244      * @return String
245      */

246     public String JavaDoc getExclusion4() {
247         return exclusion4;
248     }
249
250     /**
251      * Sets the exclusion4.
252      * @param exclusion4 The exclusion4 to set
253      */

254     public void setExclusion4(String JavaDoc exclusion4) {
255         this.exclusion4 = exclusion4;
256     }
257
258     /**
259      * Returns the ccexp.
260      * @return String
261      */

262     public String JavaDoc getCcexp() {
263         return ccexp;
264     }
265
266     /**
267      * Returns the ccnum.
268      * @return String
269      */

270     public String JavaDoc getCcnum() {
271         return ccnum;
272     }
273
274     /**
275      * Returns the cctype.
276      * @return String
277      */

278     public String JavaDoc getCctype() {
279         return cctype;
280     }
281
282
283     /**
284      * Returns the verified.
285      * @return boolean
286      */

287     public boolean isVerified() {
288         return verified;
289     }
290
291     /**
292      * Sets the ccexp.
293      * @param ccexp The ccexp to set
294      */

295     public void setCcexp(String JavaDoc ccexp) {
296         this.ccexp = ccexp;
297     }
298
299     /**
300      * Sets the ccnum.
301      * @param ccnum The ccnum to set
302      */

303     public void setCcnum(String JavaDoc ccnum) {
304         this.ccnum = ccnum;
305     }
306
307     /**
308      * Sets the cctype.
309      * @param cctype The cctype to set
310      */

311     public void setCctype(String JavaDoc cctype) {
312         this.cctype = cctype;
313     }
314
315
316     /**
317      * @return Returns the active.
318      */

319     public boolean isActive() {
320         return active;
321     }
322     /**
323      * @param active The active to set.
324      */

325     public void setActive(boolean active) {
326         this.active = active;
327     }
328     /**
329      * @return Returns the member.
330      */

331     public boolean isMember() {
332         return member;
333     }
334     /**
335      * @param member The member to set.
336      */

337     public void setMember(boolean member) {
338         this.member = member;
339     }
340 }
341
Popular Tags