public class DefaultCachedTypeData extends Object implements CachedTypeData
| Constructor and Description |
|---|
DefaultCachedTypeData(TypeInfoMap typeInfoMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorePropertyColumnName(String fieldName)
Gets the core property column name.
|
String |
getLocalizedPropertyColumnName(String fieldName)
Gets the localized property column name.
|
String |
getLocalizedTableName()
Gets the localized table name.
|
String |
getPropertyTableName()
Gets the property table name.
|
int |
getPropertyTypeForName(String propertyName)
Gets the property type for name.
|
String |
getStandardTableName()
Gets the standard table name.
|
PK |
getTypePk()
Gets the type PK.
|
String |
getUnlocalizedPropertyColumnName(String fieldName)
Gets the unlocalized property column name.
|
String |
getUnlocalizedTableName()
Gets the unlocalized table name.
|
boolean |
isAbstract()
Checks if type is abstract.
|
String |
toString() |
public DefaultCachedTypeData(TypeInfoMap typeInfoMap)
public PK getTypePk()
CachedTypeDatagetTypePk in interface CachedTypeDatapublic boolean isAbstract()
CachedTypeDataisAbstract in interface CachedTypeDatapublic String getLocalizedTableName()
CachedTypeDatagetLocalizedTableName in interface CachedTypeDatapublic String getUnlocalizedTableName()
CachedTypeDatagetUnlocalizedTableName in interface CachedTypeDatapublic String getStandardTableName()
CachedTypeDatagetStandardTableName in interface CachedTypeDatapublic String getPropertyTableName()
CachedTypeDatagetPropertyTableName in interface CachedTypeDatapublic int getPropertyTypeForName(String propertyName)
CachedTypeDatagetPropertyTypeForName in interface CachedTypeDatapropertyName - the property namepublic String getLocalizedPropertyColumnName(String fieldName)
CachedTypeDatagetLocalizedPropertyColumnName in interface CachedTypeDatafieldName - the field namepublic String getUnlocalizedPropertyColumnName(String fieldName)
CachedTypeDatagetUnlocalizedPropertyColumnName in interface CachedTypeDatafieldName - the field namepublic String getCorePropertyColumnName(String fieldName)
CachedTypeDatagetCorePropertyColumnName in interface CachedTypeDatafieldName - the field nameCopyright © 2017 SAP SE. All Rights Reserved.