Class Domain
java.lang.Object
de.bytestore.hostinger.process.entity.hosting.domain.Domain
Represents a domain entity with attributes for managing domain information,
including name, provider, nameserver, and related metadata for creation and modification.
The domain can be associated with a specific
DomainRecord entity.
This entity is annotated with Jmix-specific annotations to enable seamless integration into
a Jmix framework-based application.
Fields:
- id: A unique identifier for the domain entity.
- name: The name of the domain.
- provider: The domain's provider information.
- nameserver: The nameserver used for the domain.
- createdBy: The user or process that created the domain entity.
- createdDate: The timestamp when the domain entity was created.
- lastModifiedBy: The user or process that last modified the domain entity.
- lastModifiedDate: The timestamp when the domain entity was last modified.
- records: A reference to an associated DomainRecord entity.
This entity is mapped to the database table "HOST_DOMAIN" with an index
on the column "RECORDS_ID" to facilitate queries involving domain records.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Domain
public Domain()
-