org.nhindirect.config.service.impl
Class CertificateGetOptions

java.lang.Object
  extended by org.nhindirect.config.service.impl.CertificateGetOptions

public class CertificateGetOptions
extends Object

A set of options relating to a Certificate.


Field Summary
static CertificateGetOptions DEFAULT
          A CertificateGetOptions instance.
 
Method Summary
 org.nhindirect.config.store.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(org.nhindirect.config.store.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

DEFAULT

public static final CertificateGetOptions DEFAULT
A CertificateGetOptions instance.

Method Detail

isIncludeData

public boolean isIncludeData()
Return the value of includeData.

Returns:
the value of includeData.

setIncludeData

public void setIncludeData(boolean includeData)
Set the value of includeData.

Parameters:
includeData - The value of includeData.

isIncludePrivateKey

public boolean isIncludePrivateKey()
Get the value of includePrvateKey.

Returns:
the value of includePrivateKey.

setIncludePrivateKey

public void setIncludePrivateKey(boolean includePrivateKey)
Set the value of includePrivateKey.

Parameters:
includePrivateKey - The value of includePrivateKey.

getStatus

public org.nhindirect.config.store.EntityStatus getStatus()
Get the value of status.

Returns:
the value of status.

setStatus

public void setStatus(org.nhindirect.config.store.EntityStatus status)
Set the value of status.

Parameters:
status - The value of status.


Copyright © 2013. All Rights Reserved.