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.SerializableA resolved field-link.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntelligentFieldgetField()Gets the field.com.saperion.ngc.iform.xml.LimitTypegetLimit()Gets the limit.java.lang.StringgetLinkedColumn()Gets the linked column.booleanisLinkToColumn()Checks if is link to column.
 
- 
- 
- 
Constructor Detail- 
ResolvedFieldLinkpublic 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 field
- theLinkedColumn- the linked column
- theLimit- the limit
- linkToColumn- if it is a link to a column
 
 
- 
 - 
Method Detail- 
getFieldpublic IntelligentField getField() Gets 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
 
 - 
getLinkedColumnpublic java.lang.String getLinkedColumn() Gets the linked column.- Returns:
- the linked column
 
 
- 
 
-