Package de.trustable.ca3s.core.domain
Class CertificateComment
- java.lang.Object
-
- de.trustable.ca3s.core.domain.CertificateComment
-
- All Implemented Interfaces:
Serializable
@Entity public class CertificateComment extends Object implements Serializable
A CertificateComment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertificateComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateCommentcertificate(Certificate certificate)CertificateCommentcomment(String comment)booleanequals(Object o)CertificategetCertificate()StringgetComment()LonggetId()inthashCode()CertificateCommentid(Long id)voidsetCertificate(Certificate certificate)voidsetComment(String comment)voidsetId(Long id)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
id
public CertificateComment id(Long id)
-
setId
public void setId(Long id)
-
getComment
public String getComment()
-
comment
public CertificateComment comment(String comment)
-
setComment
public void setComment(String comment)
-
getCertificate
public Certificate getCertificate()
-
setCertificate
public void setCertificate(Certificate certificate)
-
certificate
public CertificateComment certificate(Certificate certificate)
-
-