public class ShareWorkflowRun extends Object implements Serializable, Comparable<ShareWorkflowRun>
ShareWorkflowRun class.
| Constructor and Description |
|---|
ShareWorkflowRun()
Constructor for ShareWorkflowRun.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ShareWorkflowRun that) |
boolean |
equals(Object other) |
Boolean |
getActive()
Getter for the field
active. |
Date |
getCreateTimestamp()
Getter for the field
createTimestamp. |
Registration |
getRegistration()
Getter for the field
registration. |
Integer |
getShareWorkflowRunId()
Getter for the field
shareWorkflowRunId. |
Integer |
getSwAccession()
Getter for the field
swAccession. |
Date |
getUpdateTimestamp()
Getter for the field
updateTimestamp. |
Integer |
getWorkflowRunId()
Getter for the field
workflowRunId. |
int |
hashCode() |
void |
setActive(Boolean active)
Setter for the field
active. |
void |
setCreateTimestamp(Date createTimestamp)
Setter for the field
createTimestamp. |
void |
setRegistration(Registration registration)
Setter for the field
registration. |
void |
setShareWorkflowRunId(Integer shareWorkflowRunId)
Setter for the field
shareWorkflowRunId. |
void |
setSwAccession(Integer swAccession)
Setter for the field
swAccession. |
void |
setUpdateTimestamp(Date updateTimestamp)
Setter for the field
updateTimestamp. |
void |
setWorkflowRunId(Integer workflowRunId)
Setter for the field
workflowRunId. |
String |
toString() |
public int compareTo(ShareWorkflowRun that)
compareTo in interface Comparable<ShareWorkflowRun>that - public Integer getShareWorkflowRunId()
Getter for the field shareWorkflowRunId.
Integer object.public void setShareWorkflowRunId(Integer shareWorkflowRunId)
Setter for the field shareWorkflowRunId.
shareWorkflowRunId - a Integer object.public Integer getWorkflowRunId()
Getter for the field workflowRunId.
Integer object.public void setWorkflowRunId(Integer workflowRunId)
Setter for the field workflowRunId.
workflowRunId - a Integer object.public Registration getRegistration()
Getter for the field registration.
Registration object.public void setRegistration(Registration registration)
Setter for the field registration.
registration - a Registration object.public void setActive(Boolean active)
Setter for the field active.
active - a Boolean object.public Integer getSwAccession()
Getter for the field swAccession.
Integer object.public void setSwAccession(Integer swAccession)
Setter for the field swAccession.
swAccession - a Integer object.public Date getCreateTimestamp()
Getter for the field createTimestamp.
Date object.public void setCreateTimestamp(Date createTimestamp)
Setter for the field createTimestamp.
createTimestamp - a Date object.public Date getUpdateTimestamp()
Getter for the field updateTimestamp.
Date object.Copyright © 2015 SeqWare. All rights reserved.