public class Validation extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
docId |
protected String |
docName |
protected String |
id
Deprecated.
|
protected String |
message |
protected ValidationScope |
scope |
protected ValidationStatus |
status |
Constructor and Description |
---|
Validation() |
Modifier and Type | Method and Description |
---|---|
String |
getDocId()
Gets the value of the docId property.
|
String |
getDocName()
Gets the value of the docName property.
|
String |
getId()
Deprecated.
Use
getDocId() instead |
String |
getMessage()
Gets the value of the message property.
|
ValidationScope |
getScope()
Gets the value of the scope property.
|
ValidationStatus |
getStatus()
Gets the value of the status property.
|
void |
setDocId(String value)
Sets the value of the docId property.
|
void |
setDocName(String value)
Sets the value of the docName property.
|
void |
setId(String value)
Deprecated.
Use
setDocId(String) instead |
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setScope(ValidationScope value)
Sets the value of the scope property.
|
void |
setStatus(ValidationStatus value)
Sets the value of the status property.
|
protected String message
@Deprecated protected String id
protected String docId
protected String docName
protected ValidationScope scope
protected ValidationStatus status
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
@Deprecated public String getId()
getDocId()
insteadString
@Deprecated public void setId(String value)
setDocId(String)
insteadvalue
- allowed object is
String
public String getDocId()
String
public void setDocId(String value)
value
- allowed object is
String
public String getDocName()
String
public void setDocName(String value)
value
- allowed object is
String
public ValidationScope getScope()
ValidationScope
public void setScope(ValidationScope value)
value
- allowed object is
ValidationScope
public ValidationStatus getStatus()
ValidationStatus
public void setStatus(ValidationStatus value)
value
- allowed object is
ValidationStatus
Copyright © 2021 JBoss by Red Hat. All rights reserved.