public final class Comment2000 extends RecordContainer
_children
Modifier | Constructor and Description |
---|---|
|
Comment2000()
Create a new Comment2000, with blank fields
|
protected |
Comment2000(byte[] source,
int start,
int len)
Set things up, and find our more interesting children
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Get the Author of this comment
|
java.lang.String |
getAuthorInitials()
Get the Author's Initials of this comment
|
Comment2000Atom |
getComment2000Atom()
Returns the Comment2000Atom of this Comment
|
long |
getRecordType()
We are of type 1200
|
java.lang.String |
getText()
Get the text of this comment
|
void |
setAuthor(java.lang.String author)
Set the Author of this comment
|
void |
setAuthorInitials(java.lang.String initials)
Set the Author's Initials of this comment
|
void |
setText(java.lang.String text)
Set the text of this comment
|
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected Comment2000(byte[] source, int start, int len)
public Comment2000()
public Comment2000Atom getComment2000Atom()
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public java.lang.String getAuthorInitials()
public void setAuthorInitials(java.lang.String initials)
public java.lang.String getText()
public void setText(java.lang.String text)
public long getRecordType()
getRecordType
in class Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.