public class KettleDatabaseRepositoryJobAttribute extends Object implements RepositoryAttributeInterface
| Constructor and Description |
|---|
KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate,
ObjectId jobObjectId) |
| 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 KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, ObjectId jobObjectId)
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.