⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gslogin.java~8~

📁 野生动物系统的JAVA源码, 野生动物系统的JAVA源码
💻 JAVA~8~
字号:
package scout.operation.gather_swatch;

import java.util.*;

/**
 * <p>Title: </p>
 *
 * <p>Description:样本采集定义 </p>
 *
 * <p>Copyright: Copyright (c) 2006</p>
 *
 * <p>Company: Chongqing Kemeida corporation</p>
 *
 * @author Leizhao
 * @version 1.0
 */

public class GsLogin {
    private int ID;
    protected String number;
    protected String animalClass;
    protected String workMan;
    protected String place;
    protected String habitatCharacter;
    //protected String whetherFlit;
    protected String animalSource;
    protected Date catchTime;
    protected String catchPlace;
    protected String breedDate;
    protected String breedPlace;
    protected String drinkSource;
    protected String otherAnimal;
    protected String whetherTouch;
    protected String immunityCircs;
    protected String otherImmunity;
    protected String animalDisposal;
    protected String dutyMan;

    protected int x;
    protected int y;
    protected int z;

    public GsLogin() {
    }

    public void setID(int ID) {
        this.ID = ID;
    }

    public int getID() {
        return ID;
    }

    public void setCatchTime(Date catchTime) {
        this.catchTime = catchTime;
    }

    public void setNumber(String number) {
        this.number = number;
    }

    public void setAnimalClass(String animalClass) {
        this.animalClass = animalClass;
    }

    public void setWorkMan(String workMan) {
        this.workMan = workMan;
    }

    public void setPlace(String place) {
        this.place = place;
    }

    public void setHabitatCharacter(String habitatCharacter) {
        this.habitatCharacter = habitatCharacter;
    }

    public void setAnimalSource(String animalSource) {
        this.animalSource = animalSource;
    }

    public void setCatchPlace(String catchPlace) {
        this.catchPlace = catchPlace;
    }

    public void setBreedDate(String breedDate) {
        this.breedDate = breedDate;
    }

    public void setBreedPlace(String breedPlace) {
        this.breedPlace = breedPlace;
    }

    public void setDrinkSourcee(String drinkSource) {
        this.drinkSource = drinkSource;
    }

    public void setOtherAnimal(String otherAnimal) {
        this.otherAnimal = otherAnimal;
    }

    public void setWhetherTouch(String whetherTouch) {
        this.whetherTouch = whetherTouch;
    }

    public void setImmunityCircs(String immunityCircs) {
        this.immunityCircs = immunityCircs;
    }

    public void setOtherImmunity(String otherImmunity) {
        this.otherImmunity = otherImmunity;
    }

    public void setAnimalDisposal(String animalDisposal) {
        this.animalDisposal = animalDisposal;
    }

    public void setDutyMan(String dutyMan) {
        this.dutyMan = dutyMan;
    }



    public void setX(int x) {
        this.x = x;
    }

    public void setY(int y) {
           this.y = y;
    }

    public void setZ(int z) {
        this.z = z;
    }

/////////////////////////////////////////////////////////////////
    public Date getCatchTime() {
        return catchTime;
    }

    public String getNumber() {
        return number;
    }

    public String getAnimalClass() {
        return animalClass;
    }

    public String getWorkMan() {
        return workMan;
    }

    public String getPlace() {
        return place;
    }

    public String getHabitatCharacter() {
        return habitatCharacter;
    }

    public String getAnimalSource() {
        return animalSource;
    }

    public String getCatchPlace() {
        return catchPlace;
    }

    public String getBreedDate() {
        return breedDate;
    }

    public String getBreedPlace() {
        return breedPlace;
    }

    public String getDrinkSource() {
        return drinkSource;
    }

    public String getOtherAnimal() {
        return otherAnimal;
    }

    public String getWhetherTouch() {
        return whetherTouch;
    }

    public String getImmunityCircs() {
        return immunityCircs;
    }

    public String getOtherImmunity() {
        return otherImmunity;
    }

    public String getAnimalDisposal() {
        return animalDisposal;
    }

    public String getDutyMan() {
        return dutyMan;
    }


    public int getX() {
        return x;
    }

    public int getY() {
        return y;
    }

    public int getZ() {
        return z;
    }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -