|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.model.Chapter
public class Chapter
This is used to store DVD Chapter information for films
Constructor Summary | |
---|---|
Chapter(java.lang.String name,
int number)
Used to create a instance of the chapter class. |
Method Summary | |
---|---|
java.lang.String |
getName()
Used to get the chapter name |
int |
getNumber()
Used to get the chapter number |
void |
setName(java.lang.String name)
Used to set the chapter name |
void |
setNumber(int number)
Used to set the chapter number |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Chapter(java.lang.String name, int number)
name
- The chapter namenumber
- The chapter numberMethod Detail |
---|
public int getNumber()
public void setNumber(int number)
number
- The chapter numberpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- The chapter name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |