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

📄 referencedata.java

📁 A Java web application, based on Struts and Hibernate, that serves as an online running log. Users m
💻 JAVA
字号:
/* @LICENSE_COPYRIGHT@ */package net.sf.irunninglog.canonical;/** * Canonical object representing any reference data within the application. * This class provides constant values for field names shared by all reference * data objects. * * @author <a href="mailto:allan_e_lewis@yahoo.com">Allan Lewis</a> * @version $Revision: 1.1.1.1 $ $Date: 2005/06/23 01:48:56 $ * @since iRunningLog 1.0 */public abstract class ReferenceData extends HasGeneratedId {    /** The value used to identify the object's <em>description</em> field. */    public static final String FIELD_DESCRIPTION = "description";    /** The value used to identify the object's <em>default</em> flag. */    public static final String FIELD_DEFAULT = "default";}

⌨️ 快捷键说明

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