Class EntityInstanceResult
java.lang.Object
com.echothree.model.control.core.server.database.EntityInstanceResult
- All Implemented Interfaces:
BaseDatabaseResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the entityInstance.voidsetEntityInstance(EntityInstance entityInstance) Sets the entityInstance.
-
Constructor Details
-
EntityInstanceResult
public EntityInstanceResult()
-
-
Method Details
-
getEntityInstance
Returns the entityInstance.- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Parameters:
entityInstance- the entityInstance to set
-