public class TransferVersionImpl extends Object implements TransferVersion
Constructor and Description |
---|
TransferVersionImpl(Descriptor d)
Construct a transferVersion from a system descriptor
|
TransferVersionImpl(String versionMajor,
String versionMinor,
String versionRevision,
String edition) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getEdition()
Gets the edition
|
String |
getVersionMajor()
Gets the major version number, e.g.
|
String |
getVersionMinor()
Gets the minor version number, e.g.
|
String |
getVersionRevision()
Gets the version revision number, e.g.
|
int |
hashCode() |
String |
toString() |
public TransferVersionImpl(String versionMajor, String versionMinor, String versionRevision, String edition)
versionMajor
- StringversionMinor
- StringversionRevision
- Stringedition
- Stringpublic TransferVersionImpl(Descriptor d)
d
- the system descriptorpublic String getVersionMajor()
TransferVersion
getVersionMajor
in interface TransferVersion
public String getVersionMinor()
TransferVersion
getVersionMinor
in interface TransferVersion
public String getVersionRevision()
TransferVersion
getVersionRevision
in interface TransferVersion
public String getEdition()
TransferVersion
getEdition
in interface TransferVersion
Copyright © 2005–2017 Alfresco Software. All rights reserved.