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 entityInstancePK.void
setEntityInstancePK
(EntityInstancePK entityInstancePK) Sets the entityInstancePK.
-
Constructor Details
-
EntityInstanceResult
public EntityInstanceResult()
-
-
Method Details
-
getEntityInstancePK
Returns the entityInstancePK.- Returns:
- the entityInstancePK
-
setEntityInstancePK
Sets the entityInstancePK.- Parameters:
entityInstancePK
- the entityInstancePK to set
-