certificateprofiledatalocal.java
来自「一个免费的CA,基于EJB平台的,老师叫我们测试,现把之共享出来让大家参考」· Java 代码 · 共 30 行
JAVA
30 行
/* * Generated by XDoclet - Do not edit! */package org.ejbca.core.ejb.ca.store;/** * Local interface for CertificateProfileData. */public interface CertificateProfileDataLocal extends javax.ejb.EJBLocalObject{ public java.lang.Integer getId( ) ; public java.lang.String getCertificateProfileName( ) ; public void setCertificateProfileName( java.lang.String certificateprofilename ) ; /** * Method that returns the certificate profiles and updates it if nessesary. */ public org.ejbca.core.model.ca.certificateprofiles.CertificateProfile getCertificateProfile( ) ; /** * Method that saves the certificate profile to database. */ public void setCertificateProfile( org.ejbca.core.model.ca.certificateprofiles.CertificateProfile profile ) ;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?