Class ChangeRequestComment
- java.lang.Object
-
- org.guvnor.structure.repositories.changerequest.portable.ChangeRequestComment
-
@Portable public class ChangeRequestComment extends Object
-
-
Constructor Summary
Constructors Constructor Description ChangeRequestComment(Long id, String authorId, Date createdDate, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthorId()DategetCreatedDate()LonggetId()StringgetText()inthashCode()
-