org.jtheque.films.services.impl.utils
Class EditArguments

java.lang.Object
  extended by org.jtheque.films.services.impl.utils.EditArguments

public final class EditArguments
extends Object

This class is a bean representing the arguments of an automatic edit. It seems the fields who want to automatically edit.

Author:
Baptiste Wicht

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

EditArguments

public EditArguments()
Method Detail

isEditKind

public boolean isEditKind()
Indicate if we have to edit the kind or not.

Returns:
true if we have to edit the kind else false.

setEditKind

public void setEditKind(boolean editKind)
Sets if we have to edit the kind.

Parameters:
editKind - Indicate if we have to edit it.

isEditRealizer

public boolean isEditRealizer()
Indicate if we have to edit the realizer or not.

Returns:
true if we have to edit the realizer else false.

setEditRealizer

public void setEditRealizer(boolean editRealizer)
Sets if we have to edit the realizer.

Parameters:
editRealizer - Indicate if we have to edit it.

isEditYear

public boolean isEditYear()
Indicate if we have to edit the year or not.

Returns:
true if we have to edit the year else false.

setEditYear

public void setEditYear(boolean editYear)
Sets if we have to edit the year.

Parameters:
editYear - Indicate if we have to edit it.

isEditDuration

public boolean isEditDuration()
Indicate if we have to edit the duration or not.

Returns:
true if we have to edit the duration else false.

setEditDuration

public void setEditDuration(boolean editDuration)
Sets if we have to edit the duration.

Parameters:
editDuration - Indicate if we have to edit it.

isEditActors

public boolean isEditActors()
Indicate if we have to edit the actors or not.

Returns:
true if we have to edit the actors else false.

setEditActors

public void setEditActors(boolean editActors)
Sets if we have to edit the actors.

Parameters:
editActors - Indicate if we have to edit it.

isEditImage

public boolean isEditImage()
Indicate if we have to edit the image or not.

Returns:
true if we have to edit the image else false.

setEditImage

public void setEditImage(boolean editImage)
Sets if we have to edit the image.

Parameters:
editImage - Indicate if we have to edit it.

isEditResume

public boolean isEditResume()
Indicate if we have to edit the resume or not.

Returns:
true if we have to edit the resume else false.

isEditResume

public void isEditResume(boolean editResume)
Sets if we have to edit the resume.

Parameters:
editResume - Indicate if we have to edit it.


Copyright © 2010 JTheque. All Rights Reserved.