org.ow2.jonas.web.tomcat6.versioning
Class VersionedPathBean

java.lang.Object
  extended by org.ow2.jonas.web.tomcat6.versioning.VersionedPathBean

public class VersionedPathBean
extends Object

Information about a versioned path.

Author:
Frederic Germaneau, S. Ali Tokmen

Constructor Summary
VersionedPathBean()
          Sets all members to null.
VersionedPathBean(String userPath, String versionedPath)
          Initializes all members.
 
Method Summary
 String getUserPath()
           
 String getVersionedPath()
           
 void setUserPath(String userPath)
           
 void setVersionedPath(String versionedPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedPathBean

public VersionedPathBean()
Sets all members to null.


VersionedPathBean

public VersionedPathBean(String userPath,
                         String versionedPath)
Initializes all members.

Parameters:
userPath - User path.
versionedPath - Versioned path.
Method Detail

getUserPath

public String getUserPath()
Returns:
User path.

setUserPath

public void setUserPath(String userPath)
Parameters:
userPath - User path to set.

getVersionedPath

public String getVersionedPath()
Returns:
Versioned path.

setVersionedPath

public void setVersionedPath(String versionedPath)
Parameters:
versionedPath - Versioned path to set. This doesn't set userPathEndWithSlash.


Copyright © 2010 OW2 Consortium. All Rights Reserved.