@Entity public abstract class DestinationEntity extends Object implements ConfigEntity
| Constructor and Description |
|---|
DestinationEntity() |
public Long getId()
public void setId(Long id)
public String getName()
getName in interface ConfigEntitypublic void setName(String name)
setName in interface ConfigEntitypublic String getDescription()
public void setDescription(String description)
public AuthorizedUserEntity getOwner()
getOwner in interface ConfigEntitypublic void setOwner(AuthorizedUserEntity owner)
setOwner in interface ConfigEntitypublic List<DestinationGroupMembership> getGroups()
public void setGroups(List<DestinationGroupMembership> groups)
public List<LinkEntity> getLinks()
public void setLinks(List<LinkEntity> links)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getEffectiveAt()
public void setEffectiveAt(Date effectiveAt)
public Date getExpiredAt()
public void setExpiredAt(Date expiredAt)
public List<DeidPerPatientParams> getOffsets()
public void setOffsets(List<DeidPerPatientParams> offsets)
public void setDeidentificationEnabled(boolean enabled)
public boolean isDeidentificationEnabled()
public EncryptionAlgorithm getEncryptionAlgorithm()
public void setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
public String getOutputName()
public void setOutputName(String outputName)
public String getOutputType()
public void setOutputType(String outputType)
public abstract boolean isGetStatisticsSupported()
public abstract boolean isAllowingQueryPropositionIds()
public abstract void accept(DestinationEntityVisitor visitor)
Copyright © 2012–2016 Emory University. All rights reserved.