|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.service.impl.CertificateGetOptions
public class CertificateGetOptions
A set of options relating to a Certificate.
| Field Summary | |
|---|---|
static CertificateGetOptions |
DEFAULT
A CertificateGetOptions instance. |
| Method Summary | |
|---|---|
EntityStatus |
getStatus()
Get the value of status. |
boolean |
isIncludeData()
Return the value of includeData. |
boolean |
isIncludePrivateKey()
Get the value of includePrvateKey. |
void |
setIncludeData(boolean includeData)
Set the value of includeData. |
void |
setIncludePrivateKey(boolean includePrivateKey)
Set the value of includePrivateKey. |
void |
setStatus(EntityStatus status)
Set the value of status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CertificateGetOptions DEFAULT
| Method Detail |
|---|
public boolean isIncludeData()
public void setIncludeData(boolean includeData)
includeData - The value of includeData.public boolean isIncludePrivateKey()
public void setIncludePrivateKey(boolean includePrivateKey)
includePrivateKey - The value of includePrivateKey.public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - The value of status.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||