@Entity public class GRCTool extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_LENGTH |
static int |
PASSWORD_LENGTH |
static int |
URL_LENGTH |
static int |
USERNAME_LENGTH |
| Constructor and Description |
|---|
GRCTool() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptedPassword() |
String |
getEncryptedUsername() |
List<GRCApplication> |
getGrcApplications() |
GRCToolType |
getGrcToolType() |
String |
getName() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
void |
setEncryptedPassword(String encryptedPassword) |
void |
setEncryptedUsername(String encryptedUsername) |
void |
setGrcApplications(List<GRCApplication> grcApplications) |
void |
setGrcToolType(GRCToolType grcToolType) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
String |
toString() |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdpublic static final int NAME_LENGTH
public static final int URL_LENGTH
public static final int USERNAME_LENGTH
public static final int PASSWORD_LENGTH
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getEncryptedUsername()
public void setEncryptedUsername(String encryptedUsername)
public String getEncryptedPassword()
public void setEncryptedPassword(String encryptedPassword)
public GRCToolType getGrcToolType()
public void setGrcToolType(GRCToolType grcToolType)
public List<GRCApplication> getGrcApplications()
public void setGrcApplications(List<GRCApplication> grcApplications)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.