Uses of Class
com.avoka.fc.core.entity.PaymentItem
-
Packages that use PaymentItem Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of PaymentItem in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type PaymentItem Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<PaymentItem>>
_Submission. PAYMENT_ITEMS
Provides the 'PAYMENT_ITEMS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type PaymentItem Modifier and Type Method Description List<PaymentItem>
_Submission. getPaymentItems()
Return the PaymentItems.Methods in com.avoka.fc.core.entity.auto with parameters of type PaymentItem Modifier and Type Method Description void
_Submission. addToPaymentItems(PaymentItem obj)
Add the PaymentItems object.void
_Submission. removeFromPaymentItems(PaymentItem obj)
Remove the PaymentItems object.
-