构造器和说明 |
---|
TemplateAuthConfigBean() |
TemplateAuthConfigBean(boolean tempAuthOpen,
boolean configuredOnce,
int tempAuthType) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getDigitalAuthKey() |
int |
getTempAuthType() |
boolean |
isConfiguredOnce() |
boolean |
isTempAuthOpen() |
void |
setConfiguredOnce(boolean configuredOnce) |
void |
setDigitalAuthKey(java.lang.String digitalAuthKey) |
void |
setTempAuthOpen(boolean tempAuthOpen) |
void |
setTempAuthType(int tempAuthType) |
getExtraAttribute, setExtraAttribute
public TemplateAuthConfigBean()
public TemplateAuthConfigBean(boolean tempAuthOpen, boolean configuredOnce, int tempAuthType)
public boolean isTempAuthOpen()
public void setTempAuthOpen(boolean tempAuthOpen)
public boolean isConfiguredOnce()
public void setConfiguredOnce(boolean configuredOnce)
public int getTempAuthType()
public void setTempAuthType(int tempAuthType)
public java.lang.String getDigitalAuthKey()
public void setDigitalAuthKey(java.lang.String digitalAuthKey)