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 booleanequals(Object obj)StringgetName()Get the name for this AdminObject, usually the last component of the identifier.StringgetVersion()inthashCode()booleanisImportDataPolicies()voidsetImportDataPolicies(boolean importDataPolicies)voidsetName(String name)voidsetVersion(String version)StringtoString()-
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:AdminObjectGet the name for this AdminObject, usually the last component of the identifier.- Specified by:
getNamein interfaceAdminObject- Specified by:
getNamein interfaceVDBImport- Overrides:
getNamein classAdminObjectImpl- Returns:
- String Name
-
setName
public void setName(String name)
- Overrides:
setNamein classAdminObjectImpl
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceVDBImport
-
setVersion
public void setVersion(String version)
-
isImportDataPolicies
public boolean isImportDataPolicies()
- Specified by:
isImportDataPoliciesin interfaceVDBImport
-
setImportDataPolicies
public void setImportDataPolicies(boolean importDataPolicies)
-
-