public class CertItem extends Object implements Serializable
| 构造器和说明 |
|---|
CertItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCert()
Getter method for property sign.
|
String |
getSign()
Getter method for property sign.
|
String |
getSignSourceDate()
Getter method for property signSourceDate.
|
void |
setCert(String cert)
Setter method for property sign.
|
void |
setSign(String sign)
Setter method for property sign.
|
void |
setSignSourceDate(String signSourceDate)
Setter method for property signSourceDate.
|
public String getSignSourceDate()
public void setSignSourceDate(String signSourceDate)
signSourceDate - value to be assigned to property signSourceDatepublic String getSign()
public void setSign(String sign)
sign - value to be assigned to property signpublic String getCert()
public void setCert(String cert)
cert - value to be assigned to property certCopyright © 2020. All rights reserved.