| | |
| | | public class ImportContext |
| | | { |
| | | /** |
| | | * The name of the container for the destination base DN. |
| | | * The name of the entryContainer for the destination base DN. |
| | | */ |
| | | private String containerName; |
| | | |
| | |
| | | private LDIFReader ldifReader; |
| | | |
| | | /** |
| | | * The entry container for the destination base DN. |
| | | * The entry entryContainer for the destination base DN. |
| | | */ |
| | | private EntryContainer entryContainer; |
| | | |
| | |
| | | } |
| | | |
| | | /** |
| | | * Set the name of the container for the destination base DN. |
| | | * @param containerName The container name. |
| | | * Set the name of the entryContainer for the destination base DN. |
| | | * @param containerName The entryContainer name. |
| | | */ |
| | | public void setContainerName(String containerName) |
| | | { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Get the name of the container for the destination base DN. |
| | | * @return The container name. |
| | | * Get the name of the entryContainer for the destination base DN. |
| | | * @return The entryContainer name. |
| | | */ |
| | | public String getContainerName() |
| | | { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Set the entry container for the destination base DN. |
| | | * @param entryContainer The entry container for the destination base DN. |
| | | * Set the entry entryContainer for the destination base DN. |
| | | * @param entryContainer The entry entryContainer for the destination base DN. |
| | | */ |
| | | public void setEntryContainer(EntryContainer entryContainer) |
| | | { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Get the entry container for the destination base DN. |
| | | * @return The entry container for the destination base DN. |
| | | * Get the entry entryContainer for the destination base DN. |
| | | * @return The entry entryContainer for the destination base DN. |
| | | */ |
| | | public EntryContainer getEntryContainer() |
| | | { |