fr.ifremer.allegro.administration.programStrategy
Class ProgramPrivilege

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

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

See Also:
Serialized Form

Nested Class Summary
static class ProgramPrivilege.Factory
          Constructs new instances of ProgramPrivilege.
 
Constructor Summary
ProgramPrivilege()
           
 
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()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.util.Collection getProgram2Departments()
           
 java.util.Collection getProgram2Persons()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setId(java.lang.Integer id)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 void setProgram2Departments(java.util.Collection program2Departments)
           
 void setProgram2Persons(java.util.Collection program2Persons)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramPrivilege

public ProgramPrivilege()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getProgram2Departments

public java.util.Collection getProgram2Departments()

setProgram2Departments

public void setProgram2Departments(java.util.Collection program2Departments)

getProgram2Persons

public java.util.Collection getProgram2Persons()

setProgram2Persons

public void setProgram2Persons(java.util.Collection program2Persons)

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.