Class EntityInstance
java.lang.Object
org.trustdeck.jooq.generated.tables.pojos.EntityInstance
- All Implemented Interfaces:
Serializable,IEntityInstance
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityInstance(Long id, UUID trustdeckId, Integer projectId, Integer entityTypeId, org.jooq.JSONB data, Object fullTextSearchVector, String dataText, byte[] dataSha256, Boolean isDeleted, OffsetDateTime createdAt, OffsetDateTime updatedAt) EntityInstance(IEntityInstance value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(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.inthashCode()<E extends IEntityInstance>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IEntityInstancesetCreatedAt(OffsetDateTime createdAt) Setter forpublic.entity_instance.created_at.setData(org.jooq.JSONB data) Setter forpublic.entity_instance.data.setDataSha256(byte[] dataSha256) Setter forpublic.entity_instance.data_sha256.setDataText(String dataText) Setter forpublic.entity_instance.data_text.setEntityTypeId(Integer entityTypeId) Setter forpublic.entity_instance.entity_type_id.setFullTextSearchVector(Object fullTextSearchVector) Deprecated.Unknown data type.Setter forpublic.entity_instance.id.setIsDeleted(Boolean isDeleted) Setter forpublic.entity_instance.is_deleted.setProjectId(Integer projectId) Setter forpublic.entity_instance.project_id.setTrustdeckId(UUID trustdeckId) Setter forpublic.entity_instance.trustdeck_id.setUpdatedAt(OffsetDateTime updatedAt) Setter forpublic.entity_instance.updated_at.toString()
-
Constructor Details
-
EntityInstance
public EntityInstance() -
EntityInstance
-
EntityInstance
public EntityInstance(Long id, UUID trustdeckId, Integer projectId, Integer entityTypeId, org.jooq.JSONB data, Object fullTextSearchVector, String dataText, byte[] dataSha256, Boolean isDeleted, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-
-
Method Details
-
getId
Getter forpublic.entity_instance.id.- Specified by:
getIdin interfaceIEntityInstance
-
setId
Setter forpublic.entity_instance.id.- Specified by:
setIdin interfaceIEntityInstance
-
getTrustdeckId
Getter forpublic.entity_instance.trustdeck_id.- Specified by:
getTrustdeckIdin interfaceIEntityInstance
-
setTrustdeckId
Setter forpublic.entity_instance.trustdeck_id.- Specified by:
setTrustdeckIdin interfaceIEntityInstance
-
getProjectId
Getter forpublic.entity_instance.project_id.- Specified by:
getProjectIdin interfaceIEntityInstance
-
setProjectId
Setter forpublic.entity_instance.project_id.- Specified by:
setProjectIdin interfaceIEntityInstance
-
getEntityTypeId
Getter forpublic.entity_instance.entity_type_id.- Specified by:
getEntityTypeIdin interfaceIEntityInstance
-
setEntityTypeId
Setter forpublic.entity_instance.entity_type_id.- Specified by:
setEntityTypeIdin interfaceIEntityInstance
-
getData
@NotNull public @NotNull org.jooq.JSONB getData()Getter forpublic.entity_instance.data.- Specified by:
getDatain interfaceIEntityInstance
-
setData
Setter forpublic.entity_instance.data.- Specified by:
setDatain interfaceIEntityInstance
-
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.- Specified by:
getFullTextSearchVectorin interfaceIEntityInstance
-
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.- Specified by:
setFullTextSearchVectorin interfaceIEntityInstance
-
getDataText
Getter forpublic.entity_instance.data_text.- Specified by:
getDataTextin interfaceIEntityInstance
-
setDataText
Setter forpublic.entity_instance.data_text.- Specified by:
setDataTextin interfaceIEntityInstance
-
getDataSha256
public byte[] getDataSha256()Getter forpublic.entity_instance.data_sha256.- Specified by:
getDataSha256in interfaceIEntityInstance
-
setDataSha256
Setter forpublic.entity_instance.data_sha256.- Specified by:
setDataSha256in interfaceIEntityInstance
-
getIsDeleted
Getter forpublic.entity_instance.is_deleted.- Specified by:
getIsDeletedin interfaceIEntityInstance
-
setIsDeleted
Setter forpublic.entity_instance.is_deleted.- Specified by:
setIsDeletedin interfaceIEntityInstance
-
getCreatedAt
Getter forpublic.entity_instance.created_at.- Specified by:
getCreatedAtin interfaceIEntityInstance
-
setCreatedAt
Setter forpublic.entity_instance.created_at.- Specified by:
setCreatedAtin interfaceIEntityInstance
-
getUpdatedAt
Getter forpublic.entity_instance.updated_at.- Specified by:
getUpdatedAtin interfaceIEntityInstance
-
setUpdatedAt
Setter forpublic.entity_instance.updated_at.- Specified by:
setUpdatedAtin interfaceIEntityInstance
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IEntityInstanceLoad data from another generated Record/POJO implementing the common interface IEntityInstance- Specified by:
fromin interfaceIEntityInstance
-
into
Description copied from interface:IEntityInstanceCopy data into another generated Record/POJO implementing the common interface IEntityInstance- Specified by:
intoin interfaceIEntityInstance
-