@Entity public class PairwiseIdentifier extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_SECTOR_IDENTIFIER |
static String |
PARAM_SUB |
static String |
QUERY_ALL |
static String |
QUERY_BY_SECTOR_IDENTIFIER |
Constructor and Description |
---|
PairwiseIdentifier() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getIdentifier() |
String |
getSectorIdentifier() |
String |
getUserSub() |
void |
setId(Long id) |
void |
setIdentifier(String identifier) |
void |
setSectorIdentifier(String sectorIdentifier) |
void |
setUserSub(String userSub) |
public static final String QUERY_BY_SECTOR_IDENTIFIER
public static final String QUERY_ALL
public static final String PARAM_SECTOR_IDENTIFIER
public static final String PARAM_SUB
public PairwiseIdentifier()
public String getIdentifier()
public void setIdentifier(String identifier)
identifier
- the identifier to setpublic String getUserSub()
public void setUserSub(String userSub)
userSub
- the userSub to setpublic String getSectorIdentifier()
public void setSectorIdentifier(String sectorIdentifier)
sectorIdentifier
- the sectorIdentifier to setCopyright © 2018. All rights reserved.