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 Modifier and Type Field Description protected KettleDatabaseRepositoryMetaStoreDelegate
delegate
-
Constructor Summary
Constructors Constructor Description KDBRMetaStoreAttribute(KettleDatabaseRepositoryMetaStoreDelegate delegate)
KDBRMetaStoreAttribute(KettleDatabaseRepositoryMetaStoreDelegate delegate, String id, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChild(org.pentaho.metastore.api.IMetaStoreAttribute attribute)
void
clearChildren()
void
deleteChild(String attributeId)
org.pentaho.metastore.api.IMetaStoreAttribute
getChild(String id)
List<org.pentaho.metastore.api.IMetaStoreAttribute>
getChildren()
KettleDatabaseRepositoryMetaStoreDelegate
getDelegate()
String
getId()
org.pentaho.di.repository.LongObjectId
getObjectId()
Object
getValue()
void
setChildren(List<org.pentaho.metastore.api.IMetaStoreAttribute> children)
void
setDelegate(KettleDatabaseRepositoryMetaStoreDelegate delegate)
void
setId(String id)
void
setObjectId(org.pentaho.di.repository.LongObjectId objectId)
void
setValue(Object value)
-
-
-
Field Detail
-
delegate
protected KettleDatabaseRepositoryMetaStoreDelegate delegate
-
-
Constructor Detail
-
KDBRMetaStoreAttribute
public KDBRMetaStoreAttribute(KettleDatabaseRepositoryMetaStoreDelegate delegate)
-
KDBRMetaStoreAttribute
public KDBRMetaStoreAttribute(KettleDatabaseRepositoryMetaStoreDelegate delegate, String id, Object value)
-
-
Method Detail
-
setObjectId
public void setObjectId(org.pentaho.di.repository.LongObjectId objectId)
-
getObjectId
public org.pentaho.di.repository.LongObjectId getObjectId()
-
getDelegate
public KettleDatabaseRepositoryMetaStoreDelegate getDelegate()
-
setDelegate
public void setDelegate(KettleDatabaseRepositoryMetaStoreDelegate delegate)
-
getId
public String getId()
- Specified by:
getId
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setValue
public void setValue(Object value)
- Specified by:
setValue
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getChildren
public List<org.pentaho.metastore.api.IMetaStoreAttribute> getChildren()
- Specified by:
getChildren
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
setChildren
public void setChildren(List<org.pentaho.metastore.api.IMetaStoreAttribute> children)
-
addChild
public void addChild(org.pentaho.metastore.api.IMetaStoreAttribute attribute)
- Specified by:
addChild
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
clearChildren
public void clearChildren()
- Specified by:
clearChildren
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
deleteChild
public void deleteChild(String attributeId)
- Specified by:
deleteChild
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
getChild
public org.pentaho.metastore.api.IMetaStoreAttribute getChild(String id)
- Specified by:
getChild
in interfaceorg.pentaho.metastore.api.IMetaStoreAttribute
-
-