public class WorkspaceData
extends com.ibm.commerce.context.content.objects.Workspace
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
WorkspaceData()
This is the default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseSchema()
This method returns the configuration information of the base schema that is
associated with the workspace.
|
java.lang.String |
getReadSchema()
This method returns the configuration information of the read schema that is
associated with the workspace.
|
java.lang.Short |
getSynchronizeRequired()
This method returns the numeric value that determines whether the workspace needs
to be synchronized.
|
java.lang.String |
getWorkspaceId()
This method returns the configuration information of the identifier that is
associated with the workspace.
|
java.lang.String |
getWorkspaceName()
This method returns the configuration information of the name that is
associated with the workspace.
|
java.lang.String |
getWriteSchema()
This method returns the configuration information of the write schema that is
associated with the workspace.
|
boolean |
isBaseOperation()
This method returns whether the operation is a result of a change in the
base.
|
boolean |
isWorkspaceOperation()
This method returns whether the operation is a result of a change in the
workspace.
|
void |
setBaseSchema(java.lang.String baseSchema)
This method sets the configuration information of the base schema that is
associated with the workspace.
|
void |
setReadSchema(java.lang.String readSchema)
This method sets the configuration information of the read schema that is
associated with the workspace.
|
void |
setSynchronizeRequired(java.lang.Short synchRequired)
This method sets the synchronization flag.
|
void |
setWorkspaceId(java.lang.String workspaceId)
This method sets the configuration information of the unique workspace identifier that is
associated with the workspace.
|
void |
setWorkspaceName(java.lang.String workspaceName)
This method sets the configuration information of the workspace name that is
associated with the workspace.
|
void |
setWriteSchema(java.lang.String writeSchema)
This method sets the configuration information of the write schema that is
associated with the workspace.
|
public static final java.lang.String COPYRIGHT
public WorkspaceData()
public java.lang.String getBaseSchema()
getBaseSchema in class com.ibm.commerce.context.content.objects.Workspacepublic java.lang.String getReadSchema()
getReadSchema in class com.ibm.commerce.context.content.objects.Workspacepublic java.lang.Short getSynchronizeRequired()
getSynchronizeRequired in class com.ibm.commerce.context.content.objects.Workspacepublic java.lang.String getWorkspaceId()
getWorkspaceId in class com.ibm.commerce.context.content.objects.Workspacepublic java.lang.String getWorkspaceName()
getWorkspaceName in class com.ibm.commerce.context.content.objects.Workspacepublic java.lang.String getWriteSchema()
getWriteSchema in class com.ibm.commerce.context.content.objects.Workspacepublic void setBaseSchema(java.lang.String baseSchema)
setBaseSchema in class com.ibm.commerce.context.content.objects.WorkspacebaseSchema - The base schema of the workspace.public void setReadSchema(java.lang.String readSchema)
setReadSchema in class com.ibm.commerce.context.content.objects.WorkspacereadSchema - The read schema of the workspace.public void setSynchronizeRequired(java.lang.Short synchRequired)
setSynchronizeRequired in class com.ibm.commerce.context.content.objects.WorkspacesynchRequired - The synchronization required flag.public void setWorkspaceId(java.lang.String workspaceId)
setWorkspaceId in class com.ibm.commerce.context.content.objects.WorkspaceworkspaceId - The unique workspace identifier of the workspace.public void setWorkspaceName(java.lang.String workspaceName)
setWorkspaceName in class com.ibm.commerce.context.content.objects.WorkspaceworkspaceName - The workspace name of the workspace.public void setWriteSchema(java.lang.String writeSchema)
setWriteSchema in class com.ibm.commerce.context.content.objects.WorkspacewriteSchema - The write schema of the workspace.public boolean isBaseOperation()
true if the operation is a result of a change in the base and
false otherwise.public boolean isWorkspaceOperation()
true if the operation is a result of a change in the workspace and
false otherwise.