@Entity public class GRCApplication extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_LENGTH |
static int |
NATIVE_ID_LENGTH |
static int |
POLICY_NUMBER_LENGTH |
| Constructor and Description |
|---|
GRCApplication() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
Map<String,? extends Serializable> |
getApplicationJson() |
List<GRCControl> |
getGrcControls() |
GRCTool |
getGrcTool() |
String |
getName() |
String |
getNativeId() |
String |
getPolicyNumber() |
void |
setApplication(Application application) |
void |
setGrcControls(List<GRCControl> grcControls) |
void |
setGrcTool(GRCTool grcTool) |
void |
setName(String name) |
void |
setNativeId(String nativeId) |
void |
setPolicyNumber(String policyNumber) |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdpublic static final int NATIVE_ID_LENGTH
public static final int POLICY_NUMBER_LENGTH
public static final int NAME_LENGTH
public String getNativeId()
public void setNativeId(String nativeId)
public String getPolicyNumber()
public void setPolicyNumber(String policyNumber)
public String getName()
public void setName(String name)
public Application getApplication()
public Map<String,? extends Serializable> getApplicationJson()
public void setApplication(Application application)
public List<GRCControl> getGrcControls()
public void setGrcControls(List<GRCControl> grcControls)
public GRCTool getGrcTool()
public void setGrcTool(GRCTool grcTool)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.