KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.dotmarketing.portlets.jobs.model;
2
3 import java.io.Serializable JavaDoc;
4 import com.dotmarketing.beans.Inode;
5
6 /** @author Hibernate CodeGenerator */
7 public class Jobs extends Inode implements Serializable JavaDoc {
8
9     /** persistent field */
10     private String JavaDoc organization;
11
12     /** persistent field */
13     private String JavaDoc name;
14
15     /** nullable persistent field */
16     private String JavaDoc title;
17
18     /** persistent field */
19     private String JavaDoc streetaddress1;
20
21     /** nullable persistent field */
22     private String JavaDoc streetaddress2;
23
24     /** 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     /** persistent field */
43     private String JavaDoc jobtitle;
44
45     /** nullable persistent field */
46     private String JavaDoc joblocation;
47
48     /** nullable persistent field */
49     private String JavaDoc salary;
50
51     /** nullable persistent field */
52     private String JavaDoc description;
53
54     /** nullable persistent field */
55     private String JavaDoc requirements;
56
57     /** nullable persistent field */
58     private String JavaDoc contactinfo;
59
60     /** nullable persistent field */
61     private String JavaDoc cctype;
62
63     /** nullable persistent field */
64     private String JavaDoc ccnum;
65
66     /** nullable persistent field */
67     private String JavaDoc ccexp;
68
69     /** nullable persistent field */
70     private java.util.Date JavaDoc expdate;
71
72     /** persistent field */
73     private java.util.Date JavaDoc entrydate;
74     
75     private boolean active;
76     
77     private boolean premiumlisting;
78     
79     private boolean blind;
80     
81     /** default constructor */
82     public Jobs() {
83         setType("jobs");
84         this.entrydate = new java.util.Date JavaDoc();
85         this.cctype = "";
86     }
87     /**
88      * @return Returns the active.
89      */

90     public boolean isActive() {
91         return active;
92     }
93     /**
94      * @param active The active to set.
95      */

96     public void setActive(boolean active) {
97         this.active = active;
98     }
99     /**
100      * @return Returns the blind.
101      */

102     public boolean isBlind() {
103         return blind;
104     }
105     /**
106      * @param blind The blind to set.
107      */

108     public void setBlind(boolean blind) {
109         this.blind = blind;
110     }
111     /**
112      * @return Returns the ccexp.
113      */

114     public String JavaDoc getCcexp() {
115         return ccexp;
116     }
117     /**
118      * @param ccexp The ccexp to set.
119      */

120     public void setCcexp(String JavaDoc ccexp) {
121         this.ccexp = ccexp;
122     }
123     /**
124      * @return Returns the ccnum.
125      */

126     public String JavaDoc getCcnum() {
127         return ccnum;
128     }
129     /**
130      * @param ccnum The ccnum to set.
131      */

132     public void setCcnum(String JavaDoc ccnum) {
133         this.ccnum = ccnum;
134     }
135     /**
136      * @return Returns the cctype.
137      */

138     public String JavaDoc getCctype() {
139         return cctype;
140     }
141     /**
142      * @param cctype The cctype to set.
143      */

144     public void setCctype(String JavaDoc cctype) {
145         this.cctype = cctype;
146     }
147     /**
148      * @return Returns the city.
149      */

150     public String JavaDoc getCity() {
151         return city;
152     }
153     /**
154      * @param city The city to set.
155      */

156     public void setCity(String JavaDoc city) {
157         this.city = city;
158     }
159     /**
160      * @return Returns the contactinfo.
161      */

162     public String JavaDoc getContactinfo() {
163         return contactinfo;
164     }
165     /**
166      * @param contactinfo The contactinfo to set.
167      */

168     public void setContactinfo(String JavaDoc contactinfo) {
169         this.contactinfo = contactinfo;
170     }
171     /**
172      * @return Returns the description.
173      */

174     public String JavaDoc getDescription() {
175         return description;
176     }
177     /**
178      * @param description The description to set.
179      */

180     public void setDescription(String JavaDoc description) {
181         this.description = description;
182     }
183     /**
184      * @return Returns the email.
185      */

186     public String JavaDoc getEmail() {
187         return email;
188     }
189     /**
190      * @param email The email to set.
191      */

192     public void setEmail(String JavaDoc email) {
193         this.email = email;
194     }
195     /**
196      * @return Returns the entrydate.
197      */

198     public java.util.Date JavaDoc getEntrydate() {
199         return entrydate;
200     }
201     /**
202      * @param entrydate The entrydate to set.
203      */

204     public void setEntrydate(java.util.Date JavaDoc entrydate) {
205         this.entrydate = entrydate;
206     }
207     /**
208      * @return Returns the expdate.
209      */

210     public java.util.Date JavaDoc getExpdate() {
211         return expdate;
212     }
213     /**
214      * @param expdate The expdate to set.
215      */

216     public void setExpdate(java.util.Date JavaDoc expdate) {
217         this.expdate = expdate;
218     }
219     /**
220      * @return Returns the fax.
221      */

222     public String JavaDoc getFax() {
223         return fax;
224     }
225     /**
226      * @param fax The fax to set.
227      */

228     public void setFax(String JavaDoc fax) {
229         this.fax = fax;
230     }
231     /**
232      * @return Returns the inode.
233      */

234     public long getInode() {
235         return inode;
236     }
237     /**
238      * @param inode The inode to set.
239      */

240     public void setInode(long inode) {
241         this.inode = inode;
242     }
243     /**
244      * @return Returns the joblocation.
245      */

246     public String JavaDoc getJoblocation() {
247         return joblocation;
248     }
249     /**
250      * @param joblocation The joblocation to set.
251      */

252     public void setJoblocation(String JavaDoc joblocation) {
253         this.joblocation = joblocation;
254     }
255     /**
256      * @return Returns the jobtitle.
257      */

258     public String JavaDoc getJobtitle() {
259         return jobtitle;
260     }
261     /**
262      * @param jobtitle The jobtitle to set.
263      */

264     public void setJobtitle(String JavaDoc jobtitle) {
265         this.jobtitle = jobtitle;
266     }
267     /**
268      * @return Returns the name.
269      */

270     public String JavaDoc getName() {
271         return name;
272     }
273     /**
274      * @param name The name to set.
275      */

276     public void setName(String JavaDoc name) {
277         this.name = name;
278     }
279     /**
280      * @return Returns the organization.
281      */

282     public String JavaDoc getOrganization() {
283         return organization;
284     }
285     /**
286      * @param organization The organization to set.
287      */

288     public void setOrganization(String JavaDoc organization) {
289         this.organization = organization;
290     }
291     /**
292      * @return Returns the phone.
293      */

294     public String JavaDoc getPhone() {
295         return phone;
296     }
297     /**
298      * @param phone The phone to set.
299      */

300     public void setPhone(String JavaDoc phone) {
301         this.phone = phone;
302     }
303     /**
304      * @return Returns the premiumlisting.
305      */

306     public boolean isPremiumlisting() {
307         return premiumlisting;
308     }
309     /**
310      * @param premiumlisting The premiumlisting to set.
311      */

312     public void setPremiumlisting(boolean premiumlisting) {
313         this.premiumlisting = premiumlisting;
314     }
315     /**
316      * @return Returns the requirements.
317      */

318     public String JavaDoc getRequirements() {
319         return requirements;
320     }
321     /**
322      * @param requirements The requirements to set.
323      */

324     public void setRequirements(String JavaDoc requirements) {
325         this.requirements = requirements;
326     }
327     /**
328      * @return Returns the salary.
329      */

330     public String JavaDoc getSalary() {
331         return salary;
332     }
333     /**
334      * @param salary The salary to set.
335      */

336     public void setSalary(String JavaDoc salary) {
337         this.salary = salary;
338     }
339     /**
340      * @return Returns the state.
341      */

342     public String JavaDoc getState() {
343         return state;
344     }
345     /**
346      * @param state The state to set.
347      */

348     public void setState(String JavaDoc state) {
349         this.state = state;
350     }
351     /**
352      * @return Returns the streetaddress1.
353      */

354     public String JavaDoc getStreetaddress1() {
355         return streetaddress1;
356     }
357     /**
358      * @param streetaddress1 The streetaddress1 to set.
359      */

360     public void setStreetaddress1(String JavaDoc streetaddress1) {
361         this.streetaddress1 = streetaddress1;
362     }
363     /**
364      * @return Returns the streetaddress2.
365      */

366     public String JavaDoc getStreetaddress2() {
367         return streetaddress2;
368     }
369     /**
370      * @param streetaddress2 The streetaddress2 to set.
371      */

372     public void setStreetaddress2(String JavaDoc streetaddress2) {
373         this.streetaddress2 = streetaddress2;
374     }
375     /**
376      * @return Returns the title.
377      */

378     public String JavaDoc getTitle() {
379         return title;
380     }
381     /**
382      * @param title The title to set.
383      */

384     public void setTitle(String JavaDoc title) {
385         this.title = title;
386     }
387     /**
388      * @return Returns the zip.
389      */

390     public String JavaDoc getZip() {
391         return zip;
392     }
393     /**
394      * @param zip The zip to set.
395      */

396     public void setZip(String JavaDoc zip) {
397         this.zip = zip;
398     }
399
400
401 }
402
Popular Tags