Uses of Class
br.com.senior.hcm.payroll.pojos.Attachment
-
Packages that use Attachment Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of Attachment in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return Attachment Modifier and Type Method Description AttachmentAttachment. createdat(org.threeten.bp.LocalDate createdat)AttachmentDependent. getAttachment()Get attachmentAttachmentEmployee. getAttachment()Get attachmentAttachmentAttachment. id(String id)AttachmentAttachment. name(String name)AttachmentAttachment. permanentUrl(String permanentUrl)AttachmentAttachment. person(Person person)AttachmentAttachment. sourceId(String sourceId)AttachmentAttachment. sourceType(String sourceType)AttachmentAttachment. status(Integer status)AttachmentAttachment. updatedat(org.threeten.bp.LocalDate updatedat)AttachmentAttachment. version(String version)Methods in br.com.senior.hcm.payroll.pojos that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Historicalleave. getAttachments()AnexoMethods in br.com.senior.hcm.payroll.pojos with parameters of type Attachment Modifier and Type Method Description HistoricalleaveHistoricalleave. addAttachmentsItem(Attachment attachmentsItem)DependentDependent. attachment(Attachment attachment)EmployeeEmployee. attachment(Attachment attachment)voidDependent. setAttachment(Attachment attachment)voidEmployee. setAttachment(Attachment attachment)Method parameters in br.com.senior.hcm.payroll.pojos with type arguments of type Attachment Modifier and Type Method Description HistoricalleaveHistoricalleave. attachments(List<Attachment> attachments)voidHistoricalleave. setAttachments(List<Attachment> attachments)
-