public class Album extends Object
Constructor and Description |
---|
Album() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive() |
Integer |
getCoverphotoId() |
String |
getDescription() |
int |
getId() |
String |
getName() |
List<Photo> |
getPhotos() |
int |
getSectorId() |
void |
setActive(boolean active) |
void |
setCoverphotoId(Integer coverphotoId) |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setName(String name) |
void |
setPhotos(List<Photo> photos) |
void |
setSectorId(int sectorId) |
public int getId()
public int getSectorId()
public Integer getCoverphotoId()
public String getName()
public String getDescription()
public boolean getActive()
public void setId(int id)
public void setSectorId(int sectorId)
public void setCoverphotoId(Integer coverphotoId)
public void setName(String name)
public void setDescription(String description)
public void setActive(boolean active)
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.