public class FormElementPathPart
extends java.lang.Object
implements java.lang.Comparable
Each `FormElementPathPart` encapsulates a `FormContextI` and the `BO` (Business Object) associated with it. It provides methods for accessing these components and implements the `Comparable` interface to enable sorting and comparison of path parts based on their BO Ids and form context identity hash codes.
Constructor and Description |
---|
FormElementPathPart(FormContextI _ftx)
Constructs a `FormElementPathPart` with the given `FormContextI`.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object other)
Compares this `FormElementPathPart` to another object for ordering.
|
BO |
getBO()
Returns the business object associated with this path part.
|
FormContextI |
getFtx()
Returns the form context associated with this path part.
|
public FormElementPathPart(FormContextI _ftx)
_ftx
- The form context to associate with this path part.public FormContextI getFtx()
public BO getBO()
public int compareTo(java.lang.Object other)
The comparison is based on the following criteria:
compareTo
in interface java.lang.Comparable
other
- The object to be compared.java.lang.ClassCastException
- If the specified object's type prevents it from being compared to this object.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.