Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Jobs.java
Package: shihua.rar [view]
Upload User: zghglow
Upload Date: 2022-08-09
Package Size: 27227k
Code Size: 3k
Category:
WEB(ASP,PHP,...)
Development Platform:
JavaScript
- package com.chinacannel.entity;
- import java.io.*;
- import java.util.*;
- import org.apache.commons.lang.builder.*;
- public class Jobs implements Serializable {
- private Long job_ID;
- private String job_Title;
- private String job_Branch;
- private String job_Address;
- private String job_JobType;
- private String job_Count;
- private Date job_IssuanceTime;
- private String job_EndTime;
- private String job_Desc;
- private String job_Request;
- private String job_Language;
- private Long job_Click;
- private String job_Pay;
- private String job_Contact;
- public boolean equals(Object other) {
- if (!(other instanceof Jobs))
- return false;
- Jobs castOther = (Jobs) other;
- return new EqualsBuilder()
- .append(this.getJob_ID(), castOther.getJob_ID())
- .isEquals();
- }
- public int hashCode() {
- return new HashCodeBuilder()
- .append(getJob_ID())
- .toHashCode();
- }
- public String getJob_Address() {
- return job_Address;
- }
- public String getJob_Branch() {
- return job_Branch;
- }
- public String getJob_Count() {
- return job_Count;
- }
- public String getJob_Desc() {
- return job_Desc;
- }
- public String getJob_EndTime() {
- return job_EndTime;
- }
- public Long getJob_ID() {
- return job_ID;
- }
- public Date getJob_IssuanceTime() {
- return job_IssuanceTime;
- }
- public String getJob_JobType() {
- return job_JobType;
- }
- public String getJob_Language() {
- return job_Language;
- }
- public String getJob_Request() {
- return job_Request;
- }
- public String getJob_Title() {
- return job_Title;
- }
- public Long getJob_Click() {
- return job_Click;
- }
- public String getJob_Contact() {
- return job_Contact;
- }
- public String getJob_Pay() {
- return job_Pay;
- }
- public void setJob_Address(String job_Address) {
- this.job_Address = job_Address;
- }
- public void setJob_Branch(String job_Branch) {
- this.job_Branch = job_Branch;
- }
- public void setJob_Count(String job_Count) {
- this.job_Count = job_Count;
- }
- public void setJob_Desc(String job_Desc) {
- this.job_Desc = job_Desc;
- }
- public void setJob_EndTime(String job_EndTime) {
- this.job_EndTime = job_EndTime;
- }
- public void setJob_ID(Long job_ID) {
- this.job_ID = job_ID;
- }
- public void setJob_IssuanceTime(Date job_IssuanceTime) {
- this.job_IssuanceTime = job_IssuanceTime;
- }
- public void setJob_JobType(String job_JobType) {
- this.job_JobType = job_JobType;
- }
- public void setJob_Language(String job_Language) {
- this.job_Language = job_Language;
- }
- public void setJob_Request(String job_Request) {
- this.job_Request = job_Request;
- }
- public void setJob_Title(String job_Title) {
- this.job_Title = job_Title;
- }
- public void setJob_Click(Long job_Click) {
- this.job_Click = job_Click;
- }
- public void setJob_Contact(String job_Contact) {
- this.job_Contact = job_Contact;
- }
- public void setJob_Pay(String job_Pay) {
- this.job_Pay = job_Pay;
- }
- }