Uses of Class
br.com.senior.hcm.dependent.pojos.Attachment
-
Packages that use Attachment Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of Attachment in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return Attachment Modifier and Type Method Description AttachmentAttachment. createdat(org.threeten.bp.LocalDate createdat)AttachmentDependent. getAttachment()Get attachmentAttachmentAttachment. id(String id)AttachmentAttachment. name(String name)AttachmentAttachment. permanentUrl(String permanentUrl)AttachmentAttachment. person(String 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.dependent.pojos with parameters of type Attachment Modifier and Type Method Description DependentDependent. attachment(Attachment attachment)voidDependent. setAttachment(Attachment attachment)
-