Uses of Class
com.avoka.fc.core.entity.LibraryResourceData
-
Packages that use LibraryResourceData Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of LibraryResourceData in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type LibraryResourceData Modifier and Type Field Description static org.apache.cayenne.exp.Property<LibraryResourceData>
_LibraryResource. LIBRARY_RESOURCE_DATA
Provides the 'LIBRARY_RESOURCE_DATA' property.Methods in com.avoka.fc.core.entity.auto that return LibraryResourceData Modifier and Type Method Description LibraryResourceData
_LibraryResource. getLibraryResourceData()
Return the LibraryResourceData.Methods in com.avoka.fc.core.entity.auto with parameters of type LibraryResourceData Modifier and Type Method Description void
_LibraryResource. setLibraryResourceData(LibraryResourceData libraryResourceData)
Set the LibraryResourceData.
-