public class FilingFrequencyModel
extends java.lang.Object
Constructor and Description |
---|
FilingFrequencyModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description - FilingFrequency Model
|
java.lang.Integer |
getId()
Getter for id - FilingFrequency Model
|
void |
setDescription(java.lang.String description)
Setter for description - FilingFrequency Model
|
void |
setId(java.lang.Integer id)
Setter for id - FilingFrequency Model
|
java.lang.String |
toString()
Returns a JSON string representation of FilingFrequencyModel.
|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String toString()
toString
in class java.lang.Object