@Entity public class SourceCodeStatus extends BaseEntity implements Comparable<SourceCodeStatus>
| Constructor and Description |
|---|
SourceCodeStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SourceCodeStatus o) |
Application |
getApplication() |
String |
getBranch() |
String |
getCommitId() |
Date |
getDateTimeChecked() |
SourceCodeRepoType |
getRepoType() |
void |
setApplication(Application application) |
void |
setBranch(String branch) |
void |
setCommitId(String commitId) |
void |
setDateTimeChecked(Date dateTimeChecked) |
void |
setRepoType(SourceCodeRepoType repoType) |
String |
toString() |
getId, isNew, setIdpublic String getCommitId()
public void setCommitId(String commitId)
public Application getApplication()
public void setApplication(Application application)
public Date getDateTimeChecked()
public void setDateTimeChecked(Date dateTimeChecked)
public SourceCodeRepoType getRepoType()
public void setRepoType(SourceCodeRepoType repoType)
public String getBranch()
public void setBranch(String branch)
public int compareTo(SourceCodeStatus o)
compareTo in interface Comparable<SourceCodeStatus>Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.