java.lang.Object
es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
All Implemented Interfaces:
Serializable

public class ContractCache extends Object implements Serializable
Contract object to be save in cache for the contract.
See Also:
  • Field Details

    • id

      private String id
      id contract.
    • description

      private String description
      description.
    • type

      private String type
      type.
    • userId

      private String userId
      userId.
    • sessionId

      private String sessionId
      sessionId.
    • parentSessionId

      private String parentSessionId
      parentSessionId.
    • listChildrenSessionId

      private List<String> listChildrenSessionId
      List of children session id.
  • Constructor Details

    • ContractCache

      public ContractCache()