com.opentext.ia.sdk.dto.SpaceRootRdbDatabase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infoarchive-sdk-core Show documentation
Show all versions of infoarchive-sdk-core Show documentation
A library that makes it quick and easy to create SIPs in InfoArchive
/*
* Copyright (c) OpenText Corporation. All Rights Reserved.
*/
package com.opentext.ia.sdk.dto;
public class SpaceRootRdbDatabase extends NamedLinkContainer {
private String rdbDatabase;
public String getRdbDatabase() {
return rdbDatabase;
}
public void setRdbDatabase(String rdbDatabase) {
this.rdbDatabase = rdbDatabase;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy