Class IssueComment
java.lang.Object
org.deltava.beans.DatabaseBean
org.deltava.beans.DatabaseBlobBean
org.deltava.beans.AbstractComment
org.deltava.beans.system.IssueComment
- All Implemented Interfaces:
Serializable, Comparable<Object>, AuthoredBean, IDBean, Cacheable
A bean for storing development issue comments.
- Since:
- 1.0
- Version:
- 9.0
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from class DatabaseBlobBean
_buffer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComment
compareTo, getAuthorID, getBody, getBuffer, getCreatedOn, getExtension, getName, getParentID, getSize, setAuthorID, setBody, setCreatedOn, setName, setParentID, setSizeMethods inherited from class DatabaseBlobBean
clear, getInputStream, isLoaded, load, loadMethods inherited from class DatabaseBean
cacheKey, equals, getHexID, getID, hashCode, setID, validateID, validateID
-
Constructor Details
-
IssueComment
Creates a new Issue Comment.- Parameters:
id- the database IDcomments- the comment text- Throws:
NullPointerException- if comments is nullIllegalArgumentException- if id is zero or negative
-