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.Workspace
public java.lang.String getReadSchema()
getReadSchema
in class com.ibm.commerce.context.content.objects.Workspace
public java.lang.Short getSynchronizeRequired()
getSynchronizeRequired
in class com.ibm.commerce.context.content.objects.Workspace
public java.lang.String getWorkspaceId()
getWorkspaceId
in class com.ibm.commerce.context.content.objects.Workspace
public java.lang.String getWorkspaceName()
getWorkspaceName
in class com.ibm.commerce.context.content.objects.Workspace
public java.lang.String getWriteSchema()
getWriteSchema
in class com.ibm.commerce.context.content.objects.Workspace
public void setBaseSchema(java.lang.String baseSchema)
setBaseSchema
in class com.ibm.commerce.context.content.objects.Workspace
baseSchema
- The base schema of the workspace.public void setReadSchema(java.lang.String readSchema)
setReadSchema
in class com.ibm.commerce.context.content.objects.Workspace
readSchema
- The read schema of the workspace.public void setSynchronizeRequired(java.lang.Short synchRequired)
setSynchronizeRequired
in class com.ibm.commerce.context.content.objects.Workspace
synchRequired
- The synchronization required flag.public void setWorkspaceId(java.lang.String workspaceId)
setWorkspaceId
in class com.ibm.commerce.context.content.objects.Workspace
workspaceId
- The unique workspace identifier of the workspace.public void setWorkspaceName(java.lang.String workspaceName)
setWorkspaceName
in class com.ibm.commerce.context.content.objects.Workspace
workspaceName
- The workspace name of the workspace.public void setWriteSchema(java.lang.String writeSchema)
setWriteSchema
in class com.ibm.commerce.context.content.objects.Workspace
writeSchema
- 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.