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