?? classes.java
字號:
//---------------------------------------------------------
// Application: eShop of Network
// Author : eSingle
// File : Classes.java
//
// Copyright 2002 LandSoft Corp.
// Generated at Mon Nov 18 20:15:26 CST 2002
// Created by caoguangxin
// mailto:gxcao@mail.tsinghua.edu.cn
//---------------------------------------------------------
package com.landsoft.eshop.model;
public class Classes {
private String parent;
private String typesname;
public String getParent() {
return parent;
}
public String getTypesname() {
return typesname;
}
public void setParent(String parent) {
this.parent = parent;
}
public void setTypesname(String typesname) {
this.typesname = typesname;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -