All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.frameworkset.platform.config.model.ImportResource Maven / Gradle / Ivy

There is a newer version: 5.6.4
Show newest version
package com.frameworkset.platform.config.model;

/**
 * 资源类型和权限文件导入类型文件
 * 

Title: ImportResource.java

*

Description:

* *

Copyright: Copyright (c) 2007

* @Date Dec 25, 2008 4:48:12 PM * @author biaoping.yin * @version 1.0 */ public class ImportResource { private String resourceFile ; private String desc ; public String getResourceFile() { return resourceFile; } public void setResourceFile(String resourceFile) { this.resourceFile = resourceFile; } public String getDesc() { return desc; } public void setDesc(String desc) { this.desc = desc; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy