public class JournalizedSourceColumn extends oracle.odi.domain.support.BusinessObject implements ISourceColumn
| Constructor and Description | 
|---|
JournalizedSourceColumn(SourceDataStore pSourceDataStore,
                       java.lang.String pName,
                       OdiDataType pDataType,
                       java.lang.Integer pLength,
                       java.lang.Integer pScale)
Deprecated.  
Internal use only
 Creates a new journalized source column. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OdiDataType | 
getDataType()
Deprecated.  
Returns the datatype of this journalized source column. 
 | 
java.io.Serializable | 
getInternalId()
Deprecated.  
The internal ID of this sub component. 
Returning null from this method will indicate the object has never been persisted in the repository. | 
java.lang.Integer | 
getLength()
Deprecated.  
Returns the length of this journalized source column. 
 | 
java.lang.String | 
getName()
Deprecated.  
Returns the name of this journalized source column. 
 | 
java.lang.Integer | 
getScale()
Deprecated.  
Returns the scale of this journalized source column. 
 | 
java.lang.String | 
getSubComponentDescription()
Deprecated.  
Returns the sub component's description in a human-readable way. 
 | 
java.lang.String | 
getSubComponentDescription(java.util.Locale pLocale)
Deprecated.  
Returns the sub component's description in a human-readable way for the given Locale. 
 | 
SourceDataStore | 
getTable()
Deprecated.  
Returns the source datastore owning this journalized source column. 
 | 
IColumn | 
getUnderlyingColumn()
Deprecated.  
Returns the underlying datastore column. 
 | 
void | 
setDataType(OdiDataType pOdiDataType)
Deprecated.  
Internal use only
 Sets the data type of this journalized source column. 
 | 
void | 
setLength(java.lang.Integer pLength)
Deprecated.  
Internal use only
 Sets the length of this journalized source column. 
 | 
void | 
setScale(java.lang.Integer pScale)
Deprecated.  
Internal use only
 Sets the scale of this journalized source column. 
 | 
public JournalizedSourceColumn(SourceDataStore pSourceDataStore, java.lang.String pName, OdiDataType pDataType, java.lang.Integer pLength, java.lang.Integer pScale)
pSourceDataStore - the parent source datastore for this columnpName - the name of the columnpDataType - the datatype of the columnpLength - the length of the columnpScale - the scale of the columnpublic OdiDataType getDataType()
getDataType in interface IColumnIColumn.getDataType(), 
setDataType(OdiDataType)public java.lang.Integer getLength()
getLength in interface IColumnIColumn.getLength(), 
setLength(Integer)public java.lang.String getName()
getName in interface IColumnIColumn.getName()public java.lang.Integer getScale()
getScale in interface IColumnIColumn.getScale(), 
setScale(Integer)public SourceDataStore getTable()
getTable in interface IColumnIColumn.getTable()public void setDataType(OdiDataType pOdiDataType)
setDataType in interface IColumnpOdiDataType - the data typeIColumn.setDataType(oracle.odi.domain.topology.OdiDataType), 
getDataType()public void setLength(java.lang.Integer pLength)
setLength in interface IColumnpLength - the length of this journalized source column.IColumn.setLength(java.lang.Integer), 
getLength()public void setScale(java.lang.Integer pScale)
setScale in interface IColumnpScale - the scale of this journalized source column.IColumn.setScale(java.lang.Integer), 
getScale()public java.io.Serializable getInternalId()
IInterfaceSubComponentnull from this method will indicate the object has never been persisted in the repository.getInternalId in interface IInterfaceSubComponentpublic IColumn getUnderlyingColumn()
getUnderlyingColumn in interface ISourceColumnISourceColumn.getUnderlyingColumn()public java.lang.String getSubComponentDescription()
IInterfaceSubComponentgetSubComponentDescription in interface IInterfaceSubComponentpublic java.lang.String getSubComponentDescription(java.util.Locale pLocale)
IInterfaceSubComponentgetSubComponentDescription in interface IInterfaceSubComponentpLocale - the Locale for which the description should be returned