public class ViewColumnInfoBase extends CachedObject
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CACHE_NAME | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCacheName()Return the identifier of the repository name for this cached object | 
| java.lang.String | getSameStorageAs()Returns the name of the view column that same data value 
 as this view column. | 
| java.lang.String | getTableColumnName()Returns the name of the table's column that has data for this column. | 
| java.lang.String | getTableName()Returns the name of the table that has data for this column. | 
| ViewColumnInfoBase | getTypedReference() | 
| java.lang.String | getViewColumnName()Returns the view column name. | 
| java.lang.String | getViewName()Returns the name of the view that has this column information. | 
| void | setSameStorageAs(java.lang.String sameStorageAs)Sets the name of the view column that same data value
 as this view column. | 
| void | setTableColumnName(java.lang.String tableColumnName)Sets the name of the table's column that has data for this column. | 
| void | setTableName(java.lang.String tableName)Sets the name of the table that has data for this column. | 
| void | setViewColumnName(java.lang.String viewColumnName)Sets the view column name. | 
| void | setViewName(java.lang.String viewName)Sets the name of the view that has this column information. | 
addToRepository, getClonedInfo, getID, getReference, getTenantId, isLoaded, isMasterInfo, isSameTenantAsReference, setID, setReference, setTenantId, setTenantReferencepublic static final java.lang.String CACHE_NAME
public ViewColumnInfoBase getTypedReference()
public java.lang.String getSameStorageAs()
public void setSameStorageAs(java.lang.String sameStorageAs)
sameStorageAs - name of the view column that same data value
                                            as this view column.public java.lang.String getTableColumnName()
public void setTableColumnName(java.lang.String tableColumnName)
tableColumnName - name of the table's column that has data for 
                        this column.public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName - the name of the table that has data for this column.public java.lang.String getViewColumnName()
public void setViewColumnName(java.lang.String viewColumnName)
viewColumnName - the view column name.public java.lang.String getViewName()
public void setViewName(java.lang.String viewName)
viewName - the name of the view that has this column information.public java.lang.String getCacheName()
CachedObjectgetCacheName in class CachedObject