|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.AbstractContainerSettings
Represent the settings common to both forum and category. These settings define the
and other properties.
Constructor Summary | |
AbstractContainerSettings() Default constructor |
Method Summary | |
java.util.Calendar |
getCreationDate() Returns a calendar instance representing the container's creation date. |
java.lang.String |
getCreator() Returns the nickname of the container's creator. |
java.lang.String |
getDescription() Returns the container's description. |
java.lang.String |
getDisplayName() Returns the container's localized display name. |
void |
setDisplayName(java.lang.String displayName) Sets the display name for this container. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractContainerSettings()
Method Detail |
public void setDisplayName(java.lang.String displayName) throws TdWSException
displayName
- - Container's display name.TdWSException
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public java.lang.String getCreator()
public java.util.Calendar getCreationDate()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |