📄 certificateprofiledatalocal.java
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -