Package com.saperion.ngc.util
Class FieldUtil.ResolvedFieldLink
java.lang.Object
com.saperion.ngc.util.FieldUtil.ResolvedFieldLink
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FieldUtil
A resolved field-link.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionResolvedFieldLink(IntelligentField theField, String theLinkedColumn, com.saperion.ngc.iform.xml.LimitType theLimit, boolean linkToColumn) Instantiates a new resolved field link.
- 
Method Summary
- 
Constructor Details- 
ResolvedFieldLinkpublic ResolvedFieldLink(IntelligentField theField, String theLinkedColumn, com.saperion.ngc.iform.xml.LimitType theLimit, boolean linkToColumn) Instantiates a new resolved field link.- Parameters:
- theField- the field
- theLinkedColumn- the linked column
- theLimit- the limit
- linkToColumn- if it is a link to a column
 
 
- 
- 
Method Details- 
getFieldGets the field.- Returns:
- the field
 
- 
getLimitpublic com.saperion.ngc.iform.xml.LimitType getLimit()Gets the limit.- Returns:
- the limit
 
- 
isLinkToColumnpublic boolean isLinkToColumn()Checks if is link to column.- Returns:
- true, if is link to column
 
- 
getLinkedColumnGets the linked column.- Returns:
- the linked column
 
 
-