| | |
| | | |
| | | private boolean enableWindowsService; |
| | | |
| | | private String backendType; |
| | | |
| | | private NewSuffixOptions newSuffixOptions; |
| | | |
| | | private DataReplicationOptions replicationOptions; |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the new userRoot backend type. |
| | | * |
| | | * @return the new userRoot backend type. |
| | | */ |
| | | public String getBackendType() |
| | | { |
| | | return backendType; |
| | | } |
| | | |
| | | /** |
| | | * Sets the new userRoot backend type. |
| | | * |
| | | * @param backendType |
| | | * The new backend type. This string must be compatible with |
| | | * dsconfig tool. |
| | | */ |
| | | public void setBackendType(final String backendType) |
| | | { |
| | | this.backendType = backendType; |
| | | } |
| | | |
| | | /** |
| | | * Returns the NewSuffixOptions object representing the data in the New Suffix |
| | | * Data Options panel. |
| | | * @return the NewSuffixOptions object representing the data in the New Suffix |