fr.ifremer.allegro.administration.programStrategy
Class Program2Person

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

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

See Also:
Serialized Form

Nested Class Summary
static class Program2Person.Factory
          Constructs new instances of Program2Person.
 
Constructor Summary
Program2Person()
           
 
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.
 java.lang.Integer getId()
           
 Location getLocation()
           
 Person getPerson()
           Utilisateurs saisisseurs sur le programme.
 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 setId(java.lang.Integer id)
           
 void setLocation(Location location)
           
 void setPerson(Person person)
           
 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

Program2Person

public Program2Person()
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()

setLocation

public void setLocation(Location location)

getProgramPrivilege

public ProgramPrivilege getProgramPrivilege()

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


setProgramPrivilege

public void setProgramPrivilege(ProgramPrivilege programPrivilege)

getPerson

public Person getPerson()

Utilisateurs saisisseurs sur le programme.


setPerson

public void setPerson(Person person)

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.