Uses of Class
de.trustable.ca3s.core.domain.CertificateComment
-
Packages that use CertificateComment Package Description de.trustable.ca3s.core.domain JPA domain objects. -
-
Uses of CertificateComment in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type CertificateComment Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CertificateComment,Certificate>CertificateComment_. certificatestatic javax.persistence.metamodel.SingularAttribute<Certificate,CertificateComment>Certificate_. commentstatic javax.persistence.metamodel.SingularAttribute<CertificateComment,String>CertificateComment_. commentstatic javax.persistence.metamodel.SingularAttribute<CertificateComment,Long>CertificateComment_. idMethods in de.trustable.ca3s.core.domain that return CertificateComment Modifier and Type Method Description CertificateCommentCertificateComment. certificate(Certificate certificate)CertificateCommentCertificateComment. comment(String comment)CertificateCommentCertificate. getComment()CertificateCommentCertificateComment. id(Long id)Methods in de.trustable.ca3s.core.domain with parameters of type CertificateComment Modifier and Type Method Description CertificateCertificate. comment(CertificateComment certificateComment)voidCertificate. setComment(CertificateComment certificateComment)
-