public class KDBRMetaStoreElementType extends Object implements org.pentaho.metastore.api.IMetaStoreElementType
| 构造器和说明 |
|---|
KDBRMetaStoreElementType(KettleDatabaseRepositoryMetaStoreDelegate delegate,
String namespace,
org.pentaho.di.repository.ObjectId namespaceId,
String name,
String description) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getMetaStoreName() |
String |
getName() |
String |
getNamespace() |
org.pentaho.di.repository.ObjectId |
getNamespaceId() |
org.pentaho.di.repository.LongObjectId |
getObjectId() |
void |
save() |
void |
setDescription(String description) |
void |
setId(org.pentaho.di.repository.LongObjectId id) |
void |
setId(String id) |
void |
setMetaStoreName(String metaStoreName) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setNamespaceId(org.pentaho.di.repository.ObjectId namespaceId) |
void |
setObjectId(org.pentaho.di.repository.LongObjectId objectId) |
public KDBRMetaStoreElementType(KettleDatabaseRepositoryMetaStoreDelegate delegate, String namespace, org.pentaho.di.repository.ObjectId namespaceId, String name, String description)
public void save()
throws org.pentaho.metastore.api.exceptions.MetaStoreException
save 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypeorg.pentaho.metastore.api.exceptions.MetaStoreExceptionpublic String getId()
getId 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic void setId(String id)
setId 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic String getMetaStoreName()
getMetaStoreName 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic void setMetaStoreName(String metaStoreName)
setMetaStoreName 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic String getNamespace()
getNamespace 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic void setNamespace(String namespace)
setNamespace 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic String getName()
getName 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic void setName(String name)
setName 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic String getDescription()
getDescription 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic void setDescription(String description)
setDescription 在接口中 org.pentaho.metastore.api.IMetaStoreElementTypepublic void setId(org.pentaho.di.repository.LongObjectId id)
public org.pentaho.di.repository.LongObjectId getObjectId()
public void setObjectId(org.pentaho.di.repository.LongObjectId objectId)
public org.pentaho.di.repository.ObjectId getNamespaceId()
public void setNamespaceId(org.pentaho.di.repository.ObjectId namespaceId)
Copyright © 2024 Hitachi Vantara. All rights reserved.