Serialized Form


Package net.sf.webphotos.model

Class net.sf.webphotos.model.AlbumVO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

albumid

Integer albumid

nmalbum

String nmalbum

descricao

String descricao

dtInsercao

Date dtInsercao

categoriasVO

CategoryVO categoriasVO

photos

Set<E> photos

Class net.sf.webphotos.model.CategoryVO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

categoriaID

Integer categoriaID

nmcategoria

String nmcategoria

categoriaPai

CategoryVO categoriaPai

Class net.sf.webphotos.model.CreditsVO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

creditoid

Integer creditoid

nome

String nome

Class net.sf.webphotos.model.PhotoVO extends PhotoEntity implements Serializable

serialVersionUID: 1L

Serialized Fields

fotoid

Integer fotoid

nmfoto

String nmfoto

legenda

String legenda

creditos

CreditsVO creditos

album

AlbumVO album

caminhoArquivo

String caminhoArquivo

largura

Integer largura

altura

Integer altura



Copyright © 2008-2012. All Rights Reserved.