net.sourceforge.openutils.mgnlmedia.media.configuration
Class UsedInWorkspace

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.media.configuration.UsedInWorkspace

public class UsedInWorkspace
extends Object

Version:
$Id: UsedInWorkspace.java 3269 2011-01-23 19:06:39Z fgiust $
Author:
dschivo

Field Summary
static UsedInWorkspace DEFAULT_WEBSITE
           
 
Constructor Summary
UsedInWorkspace()
           
UsedInWorkspace(String workspaceName)
           
 
Method Summary
 String getBasePath()
          Returns the basePath.
 String getNodeType()
          Returns the nodeType.
 String getPropertyName()
          Returns the propertyName.
 String getWorkspaceName()
          Returns the workspaceName.
 void setBasePath(String basePath)
          Sets the basePath.
 void setNodeType(String nodeType)
          Sets the nodeType.
 void setPropertyName(String propertyName)
          Sets the propertyName.
 void setWorkspaceName(String workspaceName)
          Sets the workspaceName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WEBSITE

public static final UsedInWorkspace DEFAULT_WEBSITE
Constructor Detail

UsedInWorkspace

public UsedInWorkspace()

UsedInWorkspace

public UsedInWorkspace(String workspaceName)
Parameters:
workspaceName -
nodeType -
Method Detail

getWorkspaceName

public String getWorkspaceName()
Returns the workspaceName.

Returns:
the workspaceName

setWorkspaceName

public void setWorkspaceName(String workspaceName)
Sets the workspaceName.

Parameters:
workspaceName - the workspaceName to set

getNodeType

public String getNodeType()
Returns the nodeType.

Returns:
the nodeType

setNodeType

public void setNodeType(String nodeType)
Sets the nodeType.

Parameters:
nodeType - the nodeType to set

getBasePath

public String getBasePath()
Returns the basePath.

Returns:
the basePath

setBasePath

public void setBasePath(String basePath)
Sets the basePath.

Parameters:
basePath - the basePath to set

getPropertyName

public String getPropertyName()
Returns the propertyName.

Returns:
the propertyName

setPropertyName

public void setPropertyName(String propertyName)
Sets the propertyName.

Parameters:
propertyName - the propertyName to set


Copyright © 2008-2011 Openmind. All Rights Reserved.