Encapsulates information about a bug fix, including the
reporter's
name (or Email address), the date of the report and of the fix,
and one or more comments about the bug.
addComment
public void addComment(int index,
java.lang.String vComment)
throws java.lang.IndexOutOfBoundsException
addComment
public void addComment(java.lang.String vComment)
throws java.lang.IndexOutOfBoundsException
enumerateComment
public java.util.Enumeration enumerateComment()
Method enumerateComment.
- an Enumeration over all java.lang.String elements
getComment
public java.lang.String[] getComment()
Method getComment.Returns the contents of the collection in
an Array.
Note: Just in case the collection contents
are changing in another thread, we pass a 0-length Array of
the correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getComment
public java.lang.String getComment(int index)
throws java.lang.IndexOutOfBoundsException
Method getComment.
- the value of the java.lang.String at the given index
getCommentCount
public int getCommentCount()
Method getCommentCount.
- the size of this collection
getDate_Fix
public Date getDate_Fix()
Returns the value of field 'date_Fix'.
- the value of field 'Date_Fix'.
getDate_Report
public Date getDate_Report()
Returns the value of field 'date_Report'.
- the value of field 'Date_Report'.
getIssue
public java.lang.String getIssue()
Returns the value of field 'issue'.
- the value of field 'Issue'.
getReporter
public java.lang.String getReporter()
Returns the value of field 'reporter'.
- the value of field 'Reporter'.
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
removeAllComment
public void removeAllComment()
removeComment
public boolean removeComment(java.lang.String vComment)
Method removeComment.
- true if the object was removed from the collection.
removeCommentAt
public java.lang.String removeCommentAt(int index)
Method removeCommentAt.
- the element removed from the collection
setComment
public void setComment(int index,
java.lang.String vComment)
throws java.lang.IndexOutOfBoundsException
setComment
public void setComment(java.lang.String[] vCommentArray)
setDate_Fix
public void setDate_Fix(Date date_Fix)
Sets the value of field 'date_Fix'.
date_Fix
- the value of field 'date_Fix'.
setDate_Report
public void setDate_Report(Date date_Report)
Sets the value of field 'date_Report'.
date_Report
- the value of field 'date_Report'.
setIssue
public void setIssue(java.lang.String issue)
Sets the value of field 'issue'.
issue
- the value of field 'issue'.
setReporter
public void setReporter(java.lang.String reporter)
Sets the value of field 'reporter'.
reporter
- the value of field 'reporter'.