Package de.trustable.ca3s.core.domain
Class CSRComment
- java.lang.Object
-
- de.trustable.ca3s.core.domain.CSRComment
-
- All Implemented Interfaces:
Serializable
@Entity public class CSRComment extends Object implements Serializable
A CSRComment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSRComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSRCommentcomment(String comment)CSRCommentcsr(CSR cSR)booleanequals(Object o)StringgetComment()CSRgetCsr()LonggetId()inthashCode()CSRCommentid(Long id)voidsetComment(String comment)voidsetCsr(CSR cSR)voidsetId(Long id)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
id
public CSRComment id(Long id)
-
setId
public void setId(Long id)
-
getComment
public String getComment()
-
comment
public CSRComment comment(String comment)
-
setComment
public void setComment(String comment)
-
getCsr
public CSR getCsr()
-
setCsr
public void setCsr(CSR cSR)
-
csr
public CSRComment csr(CSR cSR)
-
-