Class AwFieldInfo
- java.lang.Object
-
- de.uplanet.lucy.server.appservice.AwFieldInfo
-
@Deprecated public final class AwFieldInfo extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AwFieldInfo(FieldInfo p_info)Deprecated.Method FieldInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetApplicationGuid()Deprecated.Returns the application GUID of the field.de.uplanet.lucy.types.CONTROL_TYPEgetControlType()Deprecated.de.uplanet.lucy.types.UP_TYPEgetDataType()Deprecated.Returns the dataType.FieldInfogetFieldInfo()Deprecated.StringgetGuid()Deprecated.Returns the guid.intgetKey()Deprecated.StringgetSysIdent()Deprecated.Returns the sysIdent.StringgetTitle(String p_strLang)Deprecated.Returns the Title of the field.booleanisHidden()Deprecated.Returns true, if the controlinfo is set to hidden.booleanisReferenceField()Deprecated.booleanisSystem()Deprecated.Returns true, if the datafield is a system field like pk, fk or reference.voidsetControlType(de.uplanet.lucy.types.CONTROL_TYPE p_controlType)Deprecated.Method setControlType.voidsetControlType(String p_controlType)Deprecated.booleanshowNotInFilter()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
AwFieldInfo
public AwFieldInfo(FieldInfo p_info)
Deprecated.Method FieldInfo.- Parameters:
p_info- The FieldInfo object
-
-
Method Detail
-
isHidden
public boolean isHidden()
Deprecated.Returns true, if the controlinfo is set to hidden.- Returns:
- boolean
-
getKey
public int getKey()
Deprecated.
-
getTitle
public String getTitle(String p_strLang)
Deprecated.Returns the Title of the field.- Returns:
- String
-
isSystem
public boolean isSystem()
Deprecated.Returns true, if the datafield is a system field like pk, fk or reference.- Returns:
- boolean
-
getDataType
public de.uplanet.lucy.types.UP_TYPE getDataType()
Deprecated.Returns the dataType.- Returns:
- Returns the data type.
-
getGuid
public String getGuid()
Deprecated.Returns the guid.- Returns:
- String
-
getSysIdent
public String getSysIdent()
Deprecated.Returns the sysIdent.- Returns:
- String
-
getApplicationGuid
public String getApplicationGuid()
Deprecated.Returns the application GUID of the field.- Returns:
- String
-
setControlType
public void setControlType(de.uplanet.lucy.types.CONTROL_TYPE p_controlType)
Deprecated.Method setControlType.- Parameters:
p_controlType- the control type.
-
setControlType
public void setControlType(String p_controlType)
Deprecated.
-
getControlType
public de.uplanet.lucy.types.CONTROL_TYPE getControlType()
Deprecated.
-
isReferenceField
@Deprecated public boolean isReferenceField()
Deprecated.
-
showNotInFilter
public boolean showNotInFilter()
Deprecated.- Returns:
- true if field should not be shown in filter
-
getFieldInfo
public final FieldInfo getFieldInfo()
Deprecated.
-
-