Uses of Class
de.trustable.ca3s.core.domain.CSRComment
-
Packages that use CSRComment Package Description de.trustable.ca3s.core.domain JPA domain objects. -
-
Uses of CSRComment in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type CSRComment Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CSR,CSRComment>CSR_. commentstatic javax.persistence.metamodel.SingularAttribute<CSRComment,String>CSRComment_. commentstatic javax.persistence.metamodel.SingularAttribute<CSRComment,CSR>CSRComment_. csrstatic javax.persistence.metamodel.SingularAttribute<CSRComment,Long>CSRComment_. idMethods in de.trustable.ca3s.core.domain that return CSRComment Modifier and Type Method Description CSRCommentCSRComment. comment(String comment)CSRCommentCSRComment. csr(CSR cSR)CSRCommentCSR. getComment()CSRCommentCSRComment. id(Long id)Methods in de.trustable.ca3s.core.domain with parameters of type CSRComment Modifier and Type Method Description CSRCSR. comment(CSRComment cSRComment)voidCSR. setComment(CSRComment cSRComment)
-