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