Interface IEntityInstance
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EntityInstance,EntityInstanceRecord
This class is generated by jOOQ.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfrom(IEntityInstance from) Load data from another generated Record/POJO implementing the common interface IEntityInstanceGetter forpublic.entity_instance.created_at.@NotNull org.jooq.JSONBgetData()Getter forpublic.entity_instance.data.byte[]Getter forpublic.entity_instance.data_sha256.Getter forpublic.entity_instance.data_text.@NotNull IntegerGetter forpublic.entity_instance.entity_type_id.Deprecated.Unknown data type.getId()Getter forpublic.entity_instance.id.Getter forpublic.entity_instance.is_deleted.@NotNull IntegerGetter forpublic.entity_instance.project_id.Getter forpublic.entity_instance.trustdeck_id.Getter forpublic.entity_instance.updated_at.<E extends IEntityInstance>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IEntityInstancesetCreatedAt(OffsetDateTime value) Setter forpublic.entity_instance.created_at.setData(org.jooq.JSONB value) Setter forpublic.entity_instance.data.setDataSha256(byte[] value) Setter forpublic.entity_instance.data_sha256.setDataText(String value) Setter forpublic.entity_instance.data_text.setEntityTypeId(Integer value) Setter forpublic.entity_instance.entity_type_id.setFullTextSearchVector(Object value) Deprecated.Unknown data type.Setter forpublic.entity_instance.id.setIsDeleted(Boolean value) Setter forpublic.entity_instance.is_deleted.setProjectId(Integer value) Setter forpublic.entity_instance.project_id.setTrustdeckId(UUID value) Setter forpublic.entity_instance.trustdeck_id.setUpdatedAt(OffsetDateTime value) Setter forpublic.entity_instance.updated_at.
-
Method Details
-
setId
Setter forpublic.entity_instance.id. -
getId
Long getId()Getter forpublic.entity_instance.id. -
setTrustdeckId
Setter forpublic.entity_instance.trustdeck_id. -
getTrustdeckId
UUID getTrustdeckId()Getter forpublic.entity_instance.trustdeck_id. -
setProjectId
Setter forpublic.entity_instance.project_id. -
getProjectId
Getter forpublic.entity_instance.project_id. -
setEntityTypeId
Setter forpublic.entity_instance.entity_type_id. -
getEntityTypeId
Getter forpublic.entity_instance.entity_type_id. -
setData
Setter forpublic.entity_instance.data. -
getData
@NotNull @NotNull org.jooq.JSONB getData()Getter forpublic.entity_instance.data. -
setFullTextSearchVector
Deprecated.Unknown data type. If this is a qualified, user-defined type, it may have been excluded from code generation. If this is a built-in type, you can define an explicitBindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. -
getFullTextSearchVector
Deprecated.Unknown data type. If this is a qualified, user-defined type, it may have been excluded from code generation. If this is a built-in type, you can define an explicitBindingto specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration. -
setDataText
Setter forpublic.entity_instance.data_text. -
getDataText
String getDataText()Getter forpublic.entity_instance.data_text. -
setDataSha256
Setter forpublic.entity_instance.data_sha256. -
getDataSha256
byte[] getDataSha256()Getter forpublic.entity_instance.data_sha256. -
setIsDeleted
Setter forpublic.entity_instance.is_deleted. -
getIsDeleted
Boolean getIsDeleted()Getter forpublic.entity_instance.is_deleted. -
setCreatedAt
Setter forpublic.entity_instance.created_at. -
getCreatedAt
OffsetDateTime getCreatedAt()Getter forpublic.entity_instance.created_at. -
setUpdatedAt
Setter forpublic.entity_instance.updated_at. -
getUpdatedAt
OffsetDateTime getUpdatedAt()Getter forpublic.entity_instance.updated_at. -
from
Load data from another generated Record/POJO implementing the common interface IEntityInstance -
into
Copy data into another generated Record/POJO implementing the common interface IEntityInstance
-