srightitem.java
来自「一个用ajax做的树行框架」· Java 代码 · 共 29 行
JAVA
29 行
package com.support.hibernate.table;
// Generated by MyEclipse Persistence Tools
/**
* SRightItem generated by MyEclipse Persistence Tools
*/
public class SRightItem extends AbstractSRightItem implements
java.io.Serializable {
// Constructors
/** default constructor */
public SRightItem() {
}
/** minimal constructor */
public SRightItem(String name, String status,String parentId) {
super(name, status,parentId);
}
/** full constructor */
public SRightItem(String name, String link, String description,
String status,String parentId) {
super(name, link, description, status,parentId);
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?