Class EbContract
java.lang.Object
es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
- All Implemented Interfaces:
Serializable
DAO for EbContract table in Database.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProfile(Profile profile) Add a profile to the profiles list.
-
Field Details
-
id
EbContract Id. -
user
user associated . -
coreContractId
Core contract Id. -
coreEbUserId
Core eb user identifier. -
backOfficeId
Backoffice id. -
owner
User owner. -
profiles
Owned profiles.
-
-
Constructor Details
-
EbContract
public EbContract()
-
-
Method Details
-
addProfile
Add a profile to the profiles list.- Parameters:
profile- new profile.
-