fr.ifremer.allegro.administration.programStrategy
Class Program2Department

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.Program2Department
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Program2DepartmentImpl

public abstract class Program2Department
extends java.lang.Object
implements java.io.Serializable

Liste des droits d''un service pour un programme particulier

See Also:
Serialized Form

Nested Class Summary
static class Program2Department.Factory
          Constructs new instances of Program2Department.
 
Constructor Summary
Program2Department()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.
 Department getDepartment()
           Identifiant interne d''un service
 java.lang.Integer getId()
           
 Location getLocation()
           Lieu sur lequel le d??partement a les droits
 Program getProgram()
           Code unique du programme
 ProgramPrivilege getProgramPrivilege()
           Identifiant du privil??ge (droit) sur les programmes
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setDepartment(Department department)
           
 void setId(java.lang.Integer id)
           
 void setLocation(Location location)
           
 void setProgram(Program program)
           
 void setProgramPrivilege(ProgramPrivilege programPrivilege)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Program2Department

public Program2Department()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getProgram

public Program getProgram()

Code unique du programme


setProgram

public void setProgram(Program program)

getLocation

public Location getLocation()

Lieu sur lequel le d??partement a les droits


setLocation

public void setLocation(Location location)

getProgramPrivilege

public ProgramPrivilege getProgramPrivilege()

Identifiant du privil??ge (droit) sur les programmes


setProgramPrivilege

public void setProgramPrivilege(ProgramPrivilege programPrivilege)

getDepartment

public Department getDepartment()

Identifiant interne d''un service


setDepartment

public void setDepartment(Department department)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.