Class AwFieldInfo
java.lang.Object
de.uplanet.lucy.server.appservice.AwFieldInfo
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the application GUID of the field.de.uplanet.lucy.types.CONTROL_TYPE
Deprecated.de.uplanet.lucy.types.UP_TYPE
Deprecated.Returns the dataType.final FieldInfo
Deprecated.getGuid()
Deprecated.Returns the guid.int
getKey()
Deprecated.Deprecated.Returns the sysIdent.Deprecated.Returns the Title of the field.boolean
isHidden()
Deprecated.Returns true, if the controlinfo is set to hidden.boolean
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
Deprecated.toString()
Deprecated.
-
Constructor Details
-
AwFieldInfo
Deprecated.Method FieldInfo.- Parameters:
p_info
- The FieldInfo object
-
-
Method Details
-
toString
Deprecated. -
isHidden
public boolean isHidden()Deprecated.Returns true, if the controlinfo is set to hidden.- Returns:
- boolean
-
getKey
public int getKey()Deprecated. -
getTitle
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
Deprecated.Returns the guid.- Returns:
- String
-
getSysIdent
Deprecated.Returns the sysIdent.- Returns:
- 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
Deprecated. -
getControlType
public de.uplanet.lucy.types.CONTROL_TYPE getControlType()Deprecated. -
isReferenceField
Deprecated. -
showNotInFilter
public boolean showNotInFilter()Deprecated.- Returns:
- true if field should not be shown in filter
-
getFieldInfo
Deprecated.
-