@Entity public class ShareStudy extends Object implements Serializable
Constructor and Description |
---|
ShareStudy() |
ShareStudy(Integer shareStudyId) |
ShareStudy(Integer shareStudyId,
Date createTstmp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Boolean |
getActive() |
Date |
getCreateTstmp() |
Registration |
getRegistrationId() |
Integer |
getShareStudyId() |
Study |
getStudyId() |
Integer |
getSwAccession() |
Date |
getUpdateTstmp() |
int |
hashCode() |
void |
setActive(Boolean active) |
void |
setCreateTstmp(Date createTstmp) |
void |
setRegistrationId(Registration registrationId) |
void |
setShareStudyId(Integer shareStudyId) |
void |
setStudyId(Study studyId) |
void |
setSwAccession(Integer swAccession) |
void |
setUpdateTstmp(Date updateTstmp) |
String |
toString() |
public ShareStudy()
public ShareStudy(Integer shareStudyId)
public Integer getShareStudyId()
public void setShareStudyId(Integer shareStudyId)
public Boolean getActive()
public void setActive(Boolean active)
public Integer getSwAccession()
public void setSwAccession(Integer swAccession)
public Date getCreateTstmp()
public void setCreateTstmp(Date createTstmp)
public Date getUpdateTstmp()
public void setUpdateTstmp(Date updateTstmp)
public Study getStudyId()
public void setStudyId(Study studyId)
public Registration getRegistrationId()
public void setRegistrationId(Registration registrationId)
Copyright © 2015 SeqWare. All rights reserved.