public abstract class AbstractScmVersion extends Object implements ScmVersion, Serializable
| Constructor and Description | 
|---|
AbstractScmVersion(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName() | 
void | 
setName(String name) | 
String | 
toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypepublic AbstractScmVersion(String name)
name - could be nullpublic String getName()
getName in interface ScmVersionpublic void setName(String name)
setName in interface ScmVersionname - new Version name could be nullCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.