|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.films.services.impl.utils.EditArguments
public final class EditArguments
This class is a bean representing the arguments of an automatic edit. It seems the fields who want to automatically edit.
Constructor Summary | |
---|---|
EditArguments()
|
Method Summary | |
---|---|
boolean |
isEditActors()
Indicate if we have to edit the actors or not. |
boolean |
isEditDuration()
Indicate if we have to edit the duration or not. |
boolean |
isEditImage()
Indicate if we have to edit the image or not. |
boolean |
isEditKind()
Indicate if we have to edit the kind or not. |
boolean |
isEditRealizer()
Indicate if we have to edit the realizer or not. |
boolean |
isEditResume()
Indicate if we have to edit the resume or not. |
void |
isEditResume(boolean editResume)
Sets if we have to edit the resume. |
boolean |
isEditYear()
Indicate if we have to edit the year or not. |
void |
setEditActors(boolean editActors)
Sets if we have to edit the actors. |
void |
setEditDuration(boolean editDuration)
Sets if we have to edit the duration. |
void |
setEditImage(boolean editImage)
Sets if we have to edit the image. |
void |
setEditKind(boolean editKind)
Sets if we have to edit the kind. |
void |
setEditRealizer(boolean editRealizer)
Sets if we have to edit the realizer. |
void |
setEditYear(boolean editYear)
Sets if we have to edit the year. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditArguments()
Method Detail |
---|
public boolean isEditKind()
true
if we have to edit the kind else false
.public void setEditKind(boolean editKind)
editKind
- Indicate if we have to edit it.public boolean isEditRealizer()
true
if we have to edit the realizer else false
.public void setEditRealizer(boolean editRealizer)
editRealizer
- Indicate if we have to edit it.public boolean isEditYear()
true
if we have to edit the year else false
.public void setEditYear(boolean editYear)
editYear
- Indicate if we have to edit it.public boolean isEditDuration()
true
if we have to edit the duration else false
.public void setEditDuration(boolean editDuration)
editDuration
- Indicate if we have to edit it.public boolean isEditActors()
true
if we have to edit the actors else false
.public void setEditActors(boolean editActors)
editActors
- Indicate if we have to edit it.public boolean isEditImage()
true
if we have to edit the image else false
.public void setEditImage(boolean editImage)
editImage
- Indicate if we have to edit it.public boolean isEditResume()
true
if we have to edit the resume else false
.public void isEditResume(boolean editResume)
editResume
- Indicate if we have to edit it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |