public class Agenda extends Object
Constructor and Description |
---|
Agenda() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive() |
boolean |
getArchived() |
boolean |
getAttention() |
int |
getId() |
String |
getInstruction() |
List<News> |
getNewsSet() |
Product |
getProduct() |
int |
getProductId() |
Integer |
getProductSectionId() |
Integer |
getRequestId() |
Person |
getResponsible() |
Integer |
getResponsibleId() |
String |
getSubject() |
void |
setActive(boolean active) |
void |
setArchived(boolean archived) |
void |
setAttention(boolean atention) |
void |
setId(int id) |
void |
setInstruction(String instruction) |
void |
setNewsSet(List<News> newsSet) |
void |
setProduct(Product product) |
void |
setProductId(int productId) |
void |
setProductSectionId(Integer productSectionId) |
void |
setRequestId(Integer requestId) |
void |
setResponsible(Person responsible) |
void |
setResponsibleId(Integer responsibleId) |
void |
setSubject(String subject) |
public int getId()
public String getSubject()
public Integer getProductSectionId()
public Integer getRequestId()
public int getProductId()
public Integer getResponsibleId()
public String getInstruction()
public boolean getArchived()
public boolean getAttention()
public boolean getActive()
public Product getProduct()
public Person getResponsible()
public void setId(int id)
public void setSubject(String subject)
public void setProductSectionId(Integer productSectionId)
public void setRequestId(Integer requestId)
public void setProductId(int productId)
public void setResponsibleId(Integer responsibleId)
public void setInstruction(String instruction)
public void setArchived(boolean archived)
public void setAttention(boolean atention)
public void setActive(boolean active)
public void setProduct(Product product)
public void setResponsible(Person responsible)
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.