public class CertificateAttributeModel
extends java.lang.Object
Constructor and Description |
---|
CertificateAttributeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
A full help text description of the certificate attribute.
|
java.lang.Integer |
getId()
Getter for id
A unique ID number representing this certificate attribute.
|
java.lang.Boolean |
getIsSystemCode()
Getter for isSystemCode
This value is true if this is a system-defined certificate attribute.
|
java.lang.String |
getName()
Getter for name
A friendly readable name for this certificate attribute.
|
void |
setDescription(java.lang.String value)
Setter for description
A full help text description of the certificate attribute.
|
void |
setId(java.lang.Integer value)
Setter for id
A unique ID number representing this certificate attribute.
|
void |
setIsSystemCode(java.lang.Boolean value)
Setter for isSystemCode
This value is true if this is a system-defined certificate attribute.
|
void |
setName(java.lang.String value)
Setter for name
A friendly readable name for this certificate attribute.
|
java.lang.String |
toString()
Returns a JSON string representation of CertificateAttributeModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.Boolean getIsSystemCode()
public void setIsSystemCode(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object