Class EntityBooleanAttributeHistoryObject
java.lang.Object
com.echothree.model.control.core.server.graphql.BaseEntityBooleanAttributeObject
com.echothree.model.control.core.server.graphql.EntityBooleanAttributeHistoryObject
- All Implemented Interfaces:
VersionInterface
,BaseGraphQl
public class EntityBooleanAttributeHistoryObject
extends BaseEntityBooleanAttributeObject
implements VersionInterface
-
Field Summary
Fields inherited from class com.echothree.model.control.core.server.graphql.BaseEntityBooleanAttributeObject
entityBooleanAttribute
Fields inherited from interface com.echothree.model.control.graphql.server.util.BaseGraphQl
GRAPHQL_EXECUTION_CONTEXT
-
Constructor Summary
ConstructorsConstructorDescriptionEntityBooleanAttributeHistoryObject
(EntityBooleanAttribute entityBooleanAttribute) -
Method Summary
Modifier and TypeMethodDescriptiongetFromTime
(graphql.schema.DataFetchingEnvironment env) getThruTime
(graphql.schema.DataFetchingEnvironment env) Methods inherited from class com.echothree.model.control.core.server.graphql.BaseEntityBooleanAttributeObject
getBooleanAttribute, getEntityAttribute, getEntityInstance
-
Constructor Details
-
EntityBooleanAttributeHistoryObject
-
-
Method Details
-
getFromTime
- Specified by:
getFromTime
in interfaceVersionInterface
-
getThruTime
- Specified by:
getThruTime
in interfaceVersionInterface
-