public class RepositoryProjectVersionImpl extends Object implements ProjectVersion
MAX_MM_INT| Constructor and Description |
|---|
RepositoryProjectVersionImpl() |
RepositoryProjectVersionImpl(CommonVersion version,
VersionInfo versionInfo) |
RepositoryProjectVersionImpl(String revision,
VersionInfo versionInfo,
boolean deleted) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CommonVersion o) |
boolean |
equals(Object o) |
int |
getMajor() |
int |
getMinor() |
String |
getRevision() |
String |
getVersionComment() |
VersionInfo |
getVersionInfo() |
String |
getVersionName() |
int |
hashCode() |
boolean |
isDeleted() |
void |
setVersionComment(String versionComment) |
public RepositoryProjectVersionImpl(CommonVersion version, VersionInfo versionInfo)
public RepositoryProjectVersionImpl()
public RepositoryProjectVersionImpl(String revision, VersionInfo versionInfo, boolean deleted)
public String getVersionComment()
getVersionComment in interface ProjectVersionpublic boolean isDeleted()
isDeleted in interface ProjectVersionpublic void setVersionComment(String versionComment)
public int compareTo(CommonVersion o)
compareTo in interface Comparable<CommonVersion>public int getMajor()
getMajor in interface CommonVersionpublic int getMinor()
getMinor in interface CommonVersionpublic String getRevision()
getRevision in interface CommonVersionpublic VersionInfo getVersionInfo()
getVersionInfo in interface ProjectVersionpublic String getVersionName()
getVersionName in interface CommonVersionCopyright © 2004–2020 OpenL Tablets. All rights reserved.