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 RepositoryAttributeInterfaceKettleExceptionpublic long getAttributeInteger(String code) throws KettleException
getAttributeInteger in interface RepositoryAttributeInterfaceKettleExceptionpublic String getAttributeString(String code) throws KettleException
getAttributeString in interface RepositoryAttributeInterfaceKettleExceptionpublic void setAttribute(String code, String value) throws KettleException
setAttribute in interface RepositoryAttributeInterfaceKettleExceptionpublic void setAttribute(String code, boolean value) throws KettleException
setAttribute in interface RepositoryAttributeInterfaceKettleExceptionpublic void setAttribute(String code, long value) throws KettleException
setAttribute in interface RepositoryAttributeInterfaceKettleExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.