public abstract class Destination extends Object
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(DestinationVisitor destinationVisitor) |
Date |
getCreatedAt() |
String |
getDescription() |
Long |
getId()
Get the unique identifier for the configuration.
|
List<Link> |
getLinks() |
String |
getName() |
Long |
getOwnerUserId()
Get the unique identifier for the owner of the configuration.
|
PhenotypeField[] |
getPhenotypeFields() |
List<String> |
getRequiredConcepts() |
DestinationType |
getType() |
Date |
getUpdatedAt() |
boolean |
isExecute() |
boolean |
isGetStatisticsSupported() |
boolean |
isJobConceptListSupported() |
boolean |
isRead() |
boolean |
isWrite() |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setExecute(boolean execute) |
void |
setGetStatisticsSupported(boolean getStatisticsSupported) |
void |
setId(Long inId)
Set the unique identifier for the configuration.
|
void |
setJobConceptListSupported(boolean jobConceptListSupported) |
void |
setLinks(List<Link> links) |
void |
setName(String name) |
void |
setOwnerUserId(Long inUserId)
Set the unique identifier for the owner of the configuration.
|
void |
setPhenotypeFields(PhenotypeField[] phenotypeFields) |
void |
setRead(boolean read) |
void |
setRequiredConcepts(List<String> requiredConcepts) |
void |
setUpdatedAt(Date updatedAt) |
void |
setWrite(boolean write) |
String |
toString() |
public Long getId()
public void setId(Long inId)
inId - The unique identifier for the configuration.public DestinationType getType()
public Long getOwnerUserId()
public void setOwnerUserId(Long inUserId)
inUserId - The unique identifier for the owner of the configuration.public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public PhenotypeField[] getPhenotypeFields()
public void setPhenotypeFields(PhenotypeField[] phenotypeFields)
public boolean isRead()
public void setRead(boolean read)
public boolean isWrite()
public void setWrite(boolean write)
public boolean isExecute()
public void setExecute(boolean execute)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public boolean isGetStatisticsSupported()
public void setGetStatisticsSupported(boolean getStatisticsSupported)
public boolean isJobConceptListSupported()
public void setJobConceptListSupported(boolean jobConceptListSupported)
public abstract void accept(DestinationVisitor destinationVisitor)
Copyright © 2016 Emory University. All rights reserved.