|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDataObject
A WordHoard user data object.
Method Summary | |
---|---|
boolean |
addToDOMDocument(org.w3c.dom.Document document)
Add to DOM document. |
java.util.Date |
getCreationTime()
Gets the creation date/time. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Long |
getId()
Get the ID. |
boolean |
getIsActive()
Gets the "is active" flag. |
boolean |
getIsPublic()
Gets the "is public" flag. |
java.util.Date |
getModificationTime()
Gets the modification date/time. |
java.lang.String |
getOwner()
Gets the owner. |
java.lang.String |
getQuery()
Gets the generating query. |
java.lang.String |
getTitle()
Gets the title. |
java.lang.String |
getWebPageURL()
Gets the web page URL. |
void |
setCreationTime(java.util.Date creationTime)
Sets the creation date/time. |
void |
setDescription(java.lang.String description)
Sets the description. |
boolean |
setFromDOMDocumentNode(org.w3c.dom.Node domNode)
Set values from DOM document node. |
void |
setModificationTime(java.util.Date modificationTime)
Sets the modification date/time. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setWebPageURL(java.lang.String webPageURL)
Sets the web page URL. |
Method Detail |
---|
java.lang.Long getId()
java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- The title. java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- The description. java.lang.String getWebPageURL()
void setWebPageURL(java.lang.String webPageURL)
webPageURL
- The web page URL. java.util.Date getCreationTime()
void setCreationTime(java.util.Date creationTime)
creationTime
- The creation date/time. java.util.Date getModificationTime()
void setModificationTime(java.util.Date modificationTime)
modificationTime
- The modification date/time. java.lang.String getOwner()
boolean getIsPublic()
boolean getIsActive()
The "is active" flag is false until a user object is fully created and not in the process of being deleted.
java.lang.String getQuery()
boolean addToDOMDocument(org.w3c.dom.Document document)
document
- DOM document to which to add this object.
Must not be null. In most cases,
this document should have a "wordhoard"
node as the root element.
boolean setFromDOMDocumentNode(org.w3c.dom.Node domNode)
domNode
- DOM document node from which to initialize
query.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |