|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.WorkspaceItem
This class represents a newly created workspace. Properties of the workspace are mapped to methods in the bean.
Constructor Summary | |
WorkspaceItem() Default constructor |
Method Summary | |
java.lang.String |
getContactEmailAddress() Gets the contactEmailAddress value for this WorkspaceItem. |
java.lang.String |
getContactPerson() Gets the contactPerson value for this WorkspaceItem. |
java.util.Calendar |
getCreationTime() Gets the creationTime value for this WorkspaceItem. |
java.lang.String |
getDefaultMemberRoleType() Gets the defaultMemberRoleType value for this WorkspaceItem. |
java.lang.String |
getDescription() /** Gets the description value for this WorkspaceItem. |
java.lang.String |
getDisplayName() Gets the displayName value for this WorkspaceItem. |
java.lang.String |
getLastModifiedBy() Gets the lastModifiedBy value for this WorkspaceItem. |
java.util.Calendar |
getLastModifiedTime() Gets the lastModifiedTime value for this WorkspaceItem. |
java.lang.String |
getMemberAccessSetting() Gets the memberAccessSetting value for this WorkspaceItem. |
java.lang.String |
getMembershipNotificationOption() Gets the membershipNotificationOption value for this WorkspaceItem. |
java.lang.String |
getName() Gets the name value for this WorkspaceItem. |
java.lang.String |
getOwner() Gets the owner value for this WorkspaceItem. |
java.lang.String |
getParentUid() Gets the parentUid value for this WorkspaceItem. |
java.lang.String |
getPath() Gets the path value for this WorkspaceItem. |
java.lang.String |
getWebUIUrl() Gets the webUIUrl value for this WorkspaceItem. |
java.lang.String |
getWelcomeMessage() Gets the welcomeMessage value for this WorkspaceItem. |
java.lang.String |
getWorkspaceTemplateName() Gets the workspaceTemplateName value for this WorkspaceItem. |
java.lang.String |
getWorkspaceUid() Gets the workspaceUid value for this WorkspaceItem. |
boolean |
isPubliclyListed() Gets the publiclyListed value for this WorkspaceItem. |
boolean |
isReadOnly() Gets the readOnly value for this WorkspaceItem. |
void |
setContactEmailAddress(java.lang.String contactEmailAddress) Sets the contactEmailAddress value for this WorkspaceItem. |
void |
setContactPerson(java.lang.String contactPerson) Sets the contactPerson value for this WorkspaceItem. |
void |
setDefaultMemberRoleType(java.lang.String defaultMemberRoleType) Sets the defaultMemberRoleType value for this WorkspaceItem. |
void |
setDescription(java.lang.String description) Sets the description value for this WorkspaceItem. |
void |
setDisplayName(java.lang.String displayName) Sets the displayName value for this WorkspaceItem. |
void |
setMemberAccessSetting(java.lang.String memberAccessSetting) Sets the memberAccessSetting value for this WorkspaceItem. |
void |
setMembershipNotificationOption(java.lang.String membershipNotificationOption) Sets the membershipNotificationOption value for this WorkspaceItem. |
void |
setOwner(java.lang.String owner) Sets the owner value for this WorkspaceItem. |
void |
setPubliclyListed(boolean publiclyListed) Sets the publiclyListed value for this WorkspaceItem. |
void |
setReadOnly(boolean readOnly) Sets the readOnly value for this WorkspaceItem. |
void |
setWelcomeMessage(java.lang.String welcomeMessage) Sets the welcomeMessage value for this WorkspaceItem. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkspaceItem()
Method Detail |
public java.lang.String getContactEmailAddress()
public void setContactEmailAddress(java.lang.String contactEmailAddress)
contactEmailAddress
-public java.lang.String getContactPerson()
public void setContactPerson(java.lang.String contactPerson)
contactPerson
-public java.util.Calendar getCreationTime()
public java.lang.String getDefaultMemberRoleType()
public void setDefaultMemberRoleType(java.lang.String defaultMemberRoleType)
defaultMemberRoleType
-public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
-public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
-public java.lang.String getLastModifiedBy()
public java.util.Calendar getLastModifiedTime()
public java.lang.String getMembershipNotificationOption()
public void setMembershipNotificationOption(java.lang.String membershipNotificationOption)
membershipNotificationOption
-public java.lang.String getName()
public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
-public java.lang.String getParentUid()
public java.lang.String getPath()
public boolean isPubliclyListed()
public void setPubliclyListed(boolean publiclyListed)
publiclyListed
-public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
-public java.lang.String getWebUIUrl()
public java.lang.String getWelcomeMessage()
public void setWelcomeMessage(java.lang.String welcomeMessage)
welcomeMessage
-public java.lang.String getWorkspaceTemplateName()
public java.lang.String getWorkspaceUid()
public java.lang.String getMemberAccessSetting()
public void setMemberAccessSetting(java.lang.String memberAccessSetting)
memberAccessSetting
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |