public class VersionedPath extends Object
Constructor and Description |
---|
VersionedPath() |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Method to obtain the path.
|
long |
getVersion()
Method to obtain the version.
|
void |
setPath(String path)
Method to set the path.
|
void |
setVersion(long version)
Method to set the version.
|
String |
toString()
This method overrides the default toString method in manner that it returns the versioned
path when called.
|
public String getPath()
public void setPath(String path)
path
- the path.public long getVersion()
public void setVersion(long version)
version
- the version.Copyright © 2015 WSO2 Inc. All Rights Reserved.