public abstract class EtlDestination extends Object
| Constructor and Description |
|---|
EtlDestination() |
EtlDestination(Destination dest) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(EtlDestinationVisitor etlDestinationVisitor) |
Date |
getCreatedAt() |
DataElementField[] |
getDataElementFields() |
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.
|
List<String> |
getRequiredPropositionIds() |
DestinationType |
getType() |
Date |
getUpdatedAt() |
boolean |
isAllowingQueryPropositionIds() |
boolean |
isExecute() |
boolean |
isGetStatisticsSupported() |
boolean |
isRead() |
boolean |
isWrite() |
void |
setAllowingQueryPropositionIds(boolean allowingQueryPropositionIds) |
void |
setCreatedAt(Date createdAt) |
void |
setDataElementFields(DataElementField[] dataElementFields) |
void |
setDescription(String description) |
void |
setExecute(boolean execute) |
void |
setGetStatisticsSupported(boolean getStatisticsSupported) |
void |
setId(Long inId)
Set the unique identifier for the configuration.
|
void |
setLinks(List<Link> links) |
void |
setName(String name) |
void |
setOwnerUserId(Long inUserId)
Set the unique identifier for the owner of the configuration.
|
void |
setRead(boolean read) |
void |
setRequiredPropositionIds(List<String> requiredPropositionIds) |
void |
setUpdatedAt(Date updatedAt) |
void |
setWrite(boolean write) |
String |
toString() |
public EtlDestination()
public EtlDestination(Destination dest)
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 DataElementField[] getDataElementFields()
public void setDataElementFields(DataElementField[] dataElementFields)
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 abstract void accept(EtlDestinationVisitor etlDestinationVisitor)
public void setAllowingQueryPropositionIds(boolean allowingQueryPropositionIds)
public boolean isAllowingQueryPropositionIds()
Copyright © 2012–2016 Emory University. All rights reserved.