public class ViewEditForm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private org.springframework.web.multipart.MultipartFile |
backgroundImageMP |
private View |
view |
Constructor and Description |
---|
ViewEditForm() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.multipart.MultipartFile |
getBackgroundImageMP() |
View |
getView() |
void |
setBackgroundImageMP(org.springframework.web.multipart.MultipartFile backgroundImageMP) |
void |
setView(View view) |
private View view
private org.springframework.web.multipart.MultipartFile backgroundImageMP
public org.springframework.web.multipart.MultipartFile getBackgroundImageMP()
public void setBackgroundImageMP(org.springframework.web.multipart.MultipartFile backgroundImageMP)
public View getView()
public void setView(View view)