business.java

来自「postgres+jsp+eclipse的应用」· Java 代码 · 共 28 行

JAVA
28
字号
//---------------------------------------------------------
// Application: Personal of System
// Author     : eSingle
// File       : Business.java
//
// Copyright 2002 LandSoft Corp.
// Generated at Mon Nov 18 10:18:19 CST 2002
// Created by caoguangxin
// mailto:gxcao@mail.tsinghua.edu.cn
//---------------------------------------------------------

package com.landsoft.personal.model;

/**
 * @type Business Rule 
 */
public class Business {
  private String businessname;

  public String getBusinessname() {
    return businessname;
  }

  public void setBusinessname(String businessname) {
    this.businessname = businessname;
  }
}

⌨️ 快捷键说明

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