|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Revision information for a news item.
The RevisionId is part of the NewsIdentifier
for a
NewsItem
. Each revision of a news item is identified by a
positive integer higher than that of the previous revision (if
any).
Method Summary | |
Text |
getPreviousRevision()
Get the number of the previous revision of the news item. |
Text |
getUpdate()
Get the update parameter for the revision information. |
Methods inherited from interface org.newsml.toolkit.Text |
setBoolean, setInt, setString, toBoolean, toInt, toString |
Methods inherited from interface org.newsml.toolkit.BaseNode |
getAttr, getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, insertAfter, insertAfter, insertAfter, insertAfter, insertAfterDuid, insertAfterDuid, insertBefore, insertBefore, insertBefore, insertBefore, insertBeforeDuid, insertBeforeDuid, insertChild, insertChild, insertFirst, insertFirst, insertLast, insertLast, removeChild, removeChild, removeSelf, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, setAttr, setAttr, toXML, toXML, unsetAttr, unsetAttr, writeXML, writeXML |
Methods inherited from interface org.newsml.toolkit.IdNode |
getDuid, getEuid |
Method Detail |
public Text getPreviousRevision()
To get the integer value, use the Text.toInt()
method
in the Text
object returned.
public Text getUpdate()
NewsManagement
information, or "N" otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |