Package com.saperion.ngc.util
Class FieldUtil.ResolvedFieldLink
- java.lang.Object
-
- com.saperion.ngc.util.FieldUtil.ResolvedFieldLink
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FieldUtil
public static class FieldUtil.ResolvedFieldLink extends java.lang.Object implements java.io.Serializable
A resolved field-link.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedFieldLink(IntelligentField theField, java.lang.String theLinkedColumn, com.saperion.ngc.iform.xml.LimitType theLimit, boolean linkToColumn)
Instantiates a new resolved field link.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntelligentField
getField()
Gets the field.com.saperion.ngc.iform.xml.LimitType
getLimit()
Gets the limit.java.lang.String
getLinkedColumn()
Gets the linked column.boolean
isLinkToColumn()
Checks if is link to column.
-
-
-
Constructor Detail
-
ResolvedFieldLink
public ResolvedFieldLink(IntelligentField theField, java.lang.String theLinkedColumn, com.saperion.ngc.iform.xml.LimitType theLimit, boolean linkToColumn)
Instantiates a new resolved field link.- Parameters:
theField
- the fieldtheLinkedColumn
- the linked columntheLimit
- the limitlinkToColumn
- if it is a link to a column
-
-
Method Detail
-
getField
public IntelligentField getField()
Gets the field.- Returns:
- the field
-
getLimit
public com.saperion.ngc.iform.xml.LimitType getLimit()
Gets the limit.- Returns:
- the limit
-
isLinkToColumn
public boolean isLinkToColumn()
Checks if is link to column.- Returns:
- true, if is link to column
-
getLinkedColumn
public java.lang.String getLinkedColumn()
Gets the linked column.- Returns:
- the linked column
-
-