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

📄 notify.java

📁 Java企业级开发项目实践,这是他的附光盘
💻 JAVA
字号:
//---------------------------------------------------------
// Application: Portal of Enterprice
// Author     : eSingle
// File       : notify.java
//
// Copyright 2002 LandSoft Corp.
// Generated at Mon Nov 18 20:04:55 CST 2002
// Created by caoguangxin
// mailto:gxcao@mail.tsinghua.edu.cn
//---------------------------------------------------------

package com.landsoft.portal.model;

public class notify {
  private String content;
  private String author;
  private String title;

  public String getContent() {
    return content;
  }
  public String getAuthor() {
    return author;
  }
  public String getTitle() {
    return title;
  }

  public void setContent(String content) {
    this.content = content;
  }
  public void setAuthor(String author) {
    this.author = author;
  }
  public void setTitle(String title) {
    this.title = title;
  }
}

⌨️ 快捷键说明

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