fr.ifremer.allegro.referential
Class PhotoType

java.lang.Object
  extended by fr.ifremer.allegro.referential.PhotoType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PhotoTypeImpl

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

Type de photo.

Par exemple :

- photo de paysage,

- photo panoramique,

- photo macroscopique,

- photo d'individu,

- autre photo

...

See Also:
Serialized Form

Nested Class Summary
static class PhotoType.Factory
          Constructs new instances of PhotoType.
 
Constructor Summary
PhotoType()
           
 
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.String getCode()
           Code du type de photo
 java.lang.String getDescription()
           
 java.lang.String getName()
           Libell?? du type de photo
 Status getStatus()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setCode(java.lang.String code)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setStatus(Status status)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotoType

public PhotoType()
Method Detail

getCode

public java.lang.String getCode()

Code du type de photo


setCode

public void setCode(java.lang.String code)

getName

public java.lang.String getName()

Libell?? du type de photo


setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getStatus

public Status getStatus()

setStatus

public void setStatus(Status status)

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.