Class KDBRMetaStoreAttribute
java.lang.Object
org.pentaho.di.repository.kdr.delegates.metastore.KDBRMetaStoreAttribute
- All Implemented Interfaces:
org.pentaho.metastore.api.IMetaStoreAttribute
public class KDBRMetaStoreAttribute
extends Object
implements org.pentaho.metastore.api.IMetaStoreAttribute
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKDBRMetaStoreAttribute(KettleDatabaseRepositoryMetaStoreDelegate delegate, String id, Object value) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(org.pentaho.metastore.api.IMetaStoreAttribute attribute) voidvoiddeleteChild(String attributeId) org.pentaho.metastore.api.IMetaStoreAttributeList<org.pentaho.metastore.api.IMetaStoreAttribute>getId()org.pentaho.di.repository.LongObjectIdgetValue()voidsetChildren(List<org.pentaho.metastore.api.IMetaStoreAttribute> children) voidvoidvoidsetObjectId(org.pentaho.di.repository.LongObjectId objectId) void
-
Field Details
-
delegate
-
-
Constructor Details
-
KDBRMetaStoreAttribute
-
KDBRMetaStoreAttribute
public KDBRMetaStoreAttribute(KettleDatabaseRepositoryMetaStoreDelegate delegate, String id, Object value)
-
-
Method Details
-
setObjectId
public void setObjectId(org.pentaho.di.repository.LongObjectId objectId) -
getObjectId
public org.pentaho.di.repository.LongObjectId getObjectId() -
getDelegate
-
setDelegate
-
getId
- Specified by:
getIdin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setId
- Specified by:
setIdin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getValue
- Specified by:
getValuein interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setValue
- Specified by:
setValuein interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getChildren
- Specified by:
getChildrenin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setChildren
-
addChild
public void addChild(org.pentaho.metastore.api.IMetaStoreAttribute attribute) - Specified by:
addChildin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
clearChildren
public void clearChildren()- Specified by:
clearChildrenin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
deleteChild
- Specified by:
deleteChildin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getChild
- Specified by:
getChildin interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-