Package org.teiid.adminapi.impl
Class VDBImportMetadata
- java.lang.Object
-
- org.teiid.adminapi.impl.AdminObjectImpl
-
- org.teiid.adminapi.impl.VDBImportMetadata
-
- All Implemented Interfaces:
Serializable
,AdminObject
,VDBImport
public class VDBImportMetadata extends AdminObjectImpl implements VDBImport
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.adminapi.impl.AdminObjectImpl
attachments
-
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
-
-
Constructor Summary
Constructors Constructor Description VDBImportMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
Get the name for this AdminObject, usually the last component of the identifier.String
getVersion()
int
hashCode()
boolean
isImportDataPolicies()
void
setImportDataPolicies(boolean importDataPolicies)
void
setName(String name)
void
setVersion(String version)
String
toString()
-
Methods inherited from class org.teiid.adminapi.impl.AdminObjectImpl
addAttachment, addAttchment, addProperty, getAttachment, getHostName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setProperties, setServerGroup, setServerName
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:AdminObject
Get the name for this AdminObject, usually the last component of the identifier.- Specified by:
getName
in interfaceAdminObject
- Specified by:
getName
in interfaceVDBImport
- Overrides:
getName
in classAdminObjectImpl
- Returns:
- String Name
-
setName
public void setName(String name)
- Overrides:
setName
in classAdminObjectImpl
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceVDBImport
-
setVersion
public void setVersion(String version)
-
isImportDataPolicies
public boolean isImportDataPolicies()
- Specified by:
isImportDataPolicies
in interfaceVDBImport
-
setImportDataPolicies
public void setImportDataPolicies(boolean importDataPolicies)
-
-