public class Role extends DBConnector
Modifier and Type | Field and Description |
---|---|
static String |
EMAILCOLUMN |
static org.apache.log4j.Logger |
logger |
static String |
REFERENCECOLUMN |
ARCHIVE_STATUS_TABLE_NAME, CERTIFICATION_STATUS_TABLE_NAME, ISO_BASIC, NSSDCA_STATUS_TABLE_NAME
Constructor and Description |
---|
Role() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
String |
getReference() |
List<Role> |
getRoles() |
void |
insertRole(String email,
String reference) |
void |
setEmail(String email) |
void |
setReference(String reference) |
getConnection
public static org.apache.log4j.Logger logger
public static final String EMAILCOLUMN
public static final String REFERENCECOLUMN
public Role() throws ClassNotFoundException, SQLException
ClassNotFoundException
SQLException
public String getEmail()
public void setEmail(String email)
email,
- the email to setpublic String getReference()
public void setReference(String reference)
reference,
- the reference to setCopyright © 2010–2018 Planetary Data System. All rights reserved.