public class KettleDatabaseRepositoryTransAttribute extends Object implements RepositoryAttributeInterface
Constructor and Description |
---|
KettleDatabaseRepositoryTransAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate,
ObjectId transObjectId) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAttributeBoolean(String code) |
long |
getAttributeInteger(String code) |
String |
getAttributeString(String code) |
void |
setAttribute(String code,
boolean value) |
void |
setAttribute(String code,
long value) |
void |
setAttribute(String code,
String value) |
public KettleDatabaseRepositoryTransAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, ObjectId transObjectId)
public boolean getAttributeBoolean(String code) throws KettleException
getAttributeBoolean
in interface RepositoryAttributeInterface
KettleException
public long getAttributeInteger(String code) throws KettleException
getAttributeInteger
in interface RepositoryAttributeInterface
KettleException
public String getAttributeString(String code) throws KettleException
getAttributeString
in interface RepositoryAttributeInterface
KettleException
public void setAttribute(String code, String value) throws KettleException
setAttribute
in interface RepositoryAttributeInterface
KettleException
public void setAttribute(String code, boolean value) throws KettleException
setAttribute
in interface RepositoryAttributeInterface
KettleException
public void setAttribute(String code, long value) throws KettleException
setAttribute
in interface RepositoryAttributeInterface
KettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.