|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.model.Certification
public class Certification
Used to hold a certification rating of a episode or film
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
java.lang.String |
getCertification()
Used to get a free text string of the certification |
java.lang.String |
getType()
Used to get the type of certification |
void |
setCertification(java.lang.String certification)
Used to set the certification as a free text string |
void |
setType(java.lang.String type)
Used to set the type of certification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Certification()
public Certification(java.lang.String certification, java.lang.String type)
certification
- The certificationtype
- The type of certificationMethod Detail |
---|
public 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 certification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |