Teiid 8.3.0.Final

org.teiid.metadata.index
Class TransformationRecordImpl

java.lang.Object
  extended by org.teiid.metadata.AbstractMetadataRecord
      extended by org.teiid.metadata.index.TransformationRecordImpl
All Implemented Interfaces:
Serializable

public class TransformationRecordImpl
extends AbstractMetadataRecord

TransformationRecordImpl

See Also:
Serialized Form

Nested Class Summary
static interface TransformationRecordImpl.Types
           
 
Nested classes/interfaces inherited from class org.teiid.metadata.AbstractMetadataRecord
AbstractMetadataRecord.DataModifiable, AbstractMetadataRecord.Modifiable
 
Field Summary
 
Fields inherited from class org.teiid.metadata.AbstractMetadataRecord
NAME_DELIM_CHAR, RELATIONAL_URI
 
Constructor Summary
TransformationRecordImpl()
           
 
Method Summary
 List getBindings()
           
 String getResourcePath()
           
 List getSchemaPaths()
           
 String getTransformation()
           
 String getTransformationType()
           
 String getType()
           
 void setBindings(List bindings)
           
 void setResourcePath(String path)
           
 void setSchemaPaths(List collection)
           
 void setTransformation(String string)
           
 void setTransformationType(String string)
           
 
Methods inherited from class org.teiid.metadata.AbstractMetadataRecord
equals, getAnnotation, getCanonicalName, getFullName, getName, getNameInSource, getParent, getProperties, getProperty, getSQLString, getSQLString, getUUID, hashCode, setAnnotation, setName, setNameInSource, setProperties, setProperty, setUUID, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformationRecordImpl

public TransformationRecordImpl()
Method Detail

getTransformation

public String getTransformation()

getBindings

public List getBindings()

getSchemaPaths

public List getSchemaPaths()

getTransformationType

public String getTransformationType()

getType

public String getType()

setTransformation

public void setTransformation(String string)
Parameters:
string -

setTransformationType

public void setTransformationType(String string)
Parameters:
string -

setBindings

public void setBindings(List bindings)
Parameters:
collection -

setSchemaPaths

public void setSchemaPaths(List collection)
Parameters:
collection -

getResourcePath

public String getResourcePath()
Returns:

setResourcePath

public void setResourcePath(String path)
Parameters:
path -

Teiid 8.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.