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 String
getApplicationGuid()
Deprecated.Returns the application GUID of the field.de.uplanet.lucy.types.CONTROL_TYPE
getControlType()
Deprecated.de.uplanet.lucy.types.UP_TYPE
getDataType()
Deprecated.Returns the dataType.FieldInfo
getFieldInfo()
Deprecated.String
getGuid()
Deprecated.Returns the guid.int
getKey()
Deprecated.String
getSysIdent()
Deprecated.Returns the sysIdent.String
getTitle(String p_strLang)
Deprecated.Returns the Title of the field.boolean
isHidden()
Deprecated.Returns true, if the controlinfo is set to hidden.boolean
isReferenceField()
Deprecated.boolean
isSystem()
Deprecated.Returns true, if the datafield is a system field like pk, fk or reference.void
setControlType(de.uplanet.lucy.types.CONTROL_TYPE p_controlType)
Deprecated.Method setControlType.void
setControlType(String p_controlType)
Deprecated.boolean
showNotInFilter()
Deprecated.String
toString()
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.
-
-