Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.common.objects
Class SDTable

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.common.objects.SDTable

public class SDTable
extends java.lang.Object

This class encapsulates an OAEntityDefImpl object.

Since:
Drop 8 Build 3
Version:
$Header: atgpf/applseed/src/java/oracle/apps/fnd/applseed/rt/common/objects/SDTable.java /main/2 2009/09/30 17:16:05 sjanarth Exp $
Author:
ksedlund

Constructor Summary
SDTable(java.lang.String tabName, java.lang.String colName, boolean isEffectiveDated)
          constructor
 
Method Summary
 java.lang.String getColumnName()
          Get the multi-tenant column name for this entity.
 java.lang.String getTableName()
          Get table name.
 boolean isEffectiveDated()
          Check if this entity is effective dated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDTable

public SDTable(java.lang.String tabName,
               java.lang.String colName,
               boolean isEffectiveDated)
constructor

Parameters:
tabName -
colName -
isEffectiveDated -
Method Detail

isEffectiveDated

public boolean isEffectiveDated()
Check if this entity is effective dated.

Returns:
true when entity is effective dated

getTableName

public java.lang.String getTableName()
Get table name.

Returns:
String table name

getColumnName

public java.lang.String getColumnName()
Get the multi-tenant column name for this entity.

Returns:
String column name, null when none

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.