public class ShareStudy extends Object implements Serializable, Comparable<ShareStudy>
ShareStudy class.
Constructor and Description |
---|
ShareStudy()
Constructor for ShareStudy.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ShareStudy 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 |
getShareStudyId()
Getter for the field
shareStudyId . |
Integer |
getStudyId()
Getter for the field
studyId . |
Integer |
getSwAccession()
Getter for the field
swAccession . |
Date |
getUpdateTimestamp()
Getter for the field
updateTimestamp . |
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 |
setShareStudyId(Integer shareStudyId)
Setter for the field
shareStudyId . |
void |
setStudyId(Integer studyId)
Setter for the field
studyId . |
void |
setSwAccession(Integer swAccession)
Setter for the field
swAccession . |
void |
setUpdateTimestamp(Date updateTimestamp)
Setter for the field
updateTimestamp . |
String |
toString() |
public int compareTo(ShareStudy that)
compareTo
in interface Comparable<ShareStudy>
that
- public Integer getShareStudyId()
Getter for the field shareStudyId
.
Integer
object.public void setShareStudyId(Integer shareStudyId)
Setter for the field shareStudyId
.
shareStudyId
- a Integer
object.public void setStudyId(Integer studyId)
Setter for the field studyId
.
studyId
- 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.