Class Channel
java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.Channel
- All Implemented Interfaces:
Serializable
Channel database entity.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idChannel identifier. -
name
Channel name. -
description
Channel description. -
providers
Channel message providers.
-
-
Constructor Details
-
Channel
public Channel()
-