public class Certification
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Certification()
The constructor
|
Certification(java.lang.String certification,
java.lang.String type)
Used to create a instance of the certification class that holds certification information
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertification()
Used to get a free text string of the certification
|
java.lang.Integer |
getId()
Used to get the certification ID, this is can be NULL if it's not known
|
java.lang.String |
getType()
Used to get the type of certification
|
int |
hashCode() |
void |
setCertification(java.lang.String certification)
Used to set the certification as a free text string
|
void |
setId(java.lang.Integer id)
Used to set the certification ID
|
void |
setType(java.lang.String type)
Used to set the type of certification
|
public Certification()
public Certification(java.lang.String certification, java.lang.String type)
certification
- The certificationtype
- The type of certificationpublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- the certification IDpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type of certificationpublic java.lang.String getCertification()
public void setCertification(java.lang.String certification)
certification
- The certificationpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object