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

📄 tcustomer.java

📁 新东方软件开发项目
💻 JAVA
字号:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space 
// Source File Name:   TCustomer.java

package com.mobile.bean;


public class TCustomer
{

	private int customerId;
	private String idType;
	private char customerGender;
	private String idNumber;
	private String customerName;
	private String customerAddress;
	private String customerBirthday;

	public TCustomer()
	{
	}

	public TCustomer(int customerId, String idType, char customerGender, String idNumber, String customerName, String customerAddress, String customerBirthday)
	{
		this.customerId = customerId;
		this.idType = idType;
		this.customerGender = customerGender;
		this.idNumber = idNumber;
		this.customerName = customerName;
		this.customerAddress = customerAddress;
		this.customerBirthday = customerBirthday;
	}

	public int getCustomerId()
	{
		return customerId;
	}

	public void setCustomerId(int customerId)
	{
		this.customerId = customerId;
	}

	public String getIdType()
	{
		return idType;
	}
	public void setIdType(String idtype)
	{
		this.idType=idtype;
	}

	public char getCustomerGender()
	{
		return customerGender;
	}

	public void setCustomerGender(char customerGender)
	{
		this.customerGender = customerGender;
	}

	public String getIdNumber()
	{
		return idNumber;
	}

	public void setIdNumber(String idNumber)
	{
		this.idNumber = idNumber;
	}

	public String getCustomerName()
	{
		return customerName;
	}

	public void setCustomerName(String customerName)
	{
		this.customerName = customerName;
	}

	public String getCustomerAddress()
	{
		return customerAddress;
	}

	public void setCustomerAddress(String customerAddress)
	{
		this.customerAddress = customerAddress;
	}

	public String getCustomerBirthday()
	{
		return customerBirthday;
	}

	public void setCustomerBirthday(String customerBirthday)
	{
		this.customerBirthday = customerBirthday;
	}
}

⌨️ 快捷键说明

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