Class AwFieldInfo
java.lang.Object
de.uplanet.lucy.server.appservice.AwFieldInfo
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the application GUID of the field.de.uplanet.lucy.types.CONTROL_TYPEDeprecated.de.uplanet.lucy.types.UP_TYPEDeprecated.Returns the dataType.final FieldInfoDeprecated.getGuid()Deprecated.Returns the guid.intgetKey()Deprecated.Deprecated.Returns the sysIdent.Deprecated.Returns the Title of the field.booleanisHidden()Deprecated.Returns true, if the controlinfo is set to hidden.booleanDeprecated.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.booleanDeprecated.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.
-