public class NoticeRootCauseModel
extends java.lang.Object
Constructor and Description |
---|
NoticeRootCauseModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
The description name of this notice RootCause
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this notice RootCause.
|
java.lang.Boolean |
getIsActive()
Getter for isActive
Defines if the RootCause is active
|
java.lang.Integer |
getSortOrder()
Getter for sortOrder
The sort order of this RootCause
|
void |
setDescription(java.lang.String value)
Setter for description
The description name of this notice RootCause
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this notice RootCause.
|
void |
setIsActive(java.lang.Boolean value)
Setter for isActive
Defines if the RootCause is active
|
void |
setSortOrder(java.lang.Integer value)
Setter for sortOrder
The sort order of this RootCause
|
java.lang.String |
toString()
Returns a JSON string representation of NoticeRootCauseModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.Boolean getIsActive()
public void setIsActive(java.lang.Boolean value)
public java.lang.Integer getSortOrder()
public void setSortOrder(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object