public class AppointmentResourceDTO extends AppointmentResource
| Constructor and Description |
|---|
AppointmentResourceDTO(AppointmentResource appResource)
Creates a new appointment resource DTO with data from an appointment resource
|
| Modifier and Type | Method and Description |
|---|---|
AppointmentFormResourceType |
getFormResourceType()
Get the form resource type associated with this appointment resource
|
fr.paris.lutece.plugins.resource.business.IResource |
getResource()
Get the resource associated with this appointment resource
|
void |
setFormResourceType(AppointmentFormResourceType formResourceType)
Set the form resource type associated with this appointment resource
|
void |
setResource(fr.paris.lutece.plugins.resource.business.IResource resource)
Set the resource associated with this appointment resource
|
getIdAppointment, getIdAppointmentFormResourceType, getIdResource, setIdAppointment, setIdAppointmentFormResourceType, setIdResourcepublic AppointmentResourceDTO(AppointmentResource appResource)
appResource - The appointment resource to read data frompublic fr.paris.lutece.plugins.resource.business.IResource getResource()
public void setResource(fr.paris.lutece.plugins.resource.business.IResource resource)
resource - The resource associated with this appointment resourcepublic AppointmentFormResourceType getFormResourceType()
public void setFormResourceType(AppointmentFormResourceType formResourceType)
formResourceType - The form resource type associated with this appointment resourceCopyright © 2019 City of Paris. All rights reserved.