@Entity public class DeidPerPatientParams extends Object
| Constructor and Description |
|---|
DeidPerPatientParams() |
DeidPerPatientParams(DestinationEntity destination,
String keyId,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherKey() |
DestinationEntity |
getDestination() |
Long |
getId() |
String |
getKeyId() |
Integer |
getOffset() |
byte[] |
getSalt() |
void |
setCipherKey(String cipherKey) |
void |
setDestination(DestinationEntity destination) |
void |
setId(Long id) |
void |
setKeyId(String keyId) |
void |
setOffset(Integer offset) |
void |
setSalt(byte[] salt) |
public DeidPerPatientParams()
public DeidPerPatientParams(DestinationEntity destination, String keyId, int offset)
public Long getId()
public void setId(Long id)
public DestinationEntity getDestination()
public void setDestination(DestinationEntity destination)
public String getKeyId()
public void setKeyId(String keyId)
public Integer getOffset()
public void setOffset(Integer offset)
public String getCipherKey()
public void setCipherKey(String cipherKey)
public void setSalt(byte[] salt)
public byte[] getSalt()
Copyright © 2012–2018 Emory University. All rights reserved.