public class FileDef extends Object implements Serializable
| Constructor and Description |
|---|
FileDef() |
| Modifier and Type | Method and Description |
|---|---|
FileDef |
contentType(String contentType) |
boolean |
equals(Object o) |
String |
getContentType() |
String |
getId() |
String |
getPageId() |
Long |
getSize() |
String |
getSlug() |
String |
getTitle() |
int |
hashCode() |
FileDef |
id(String id) |
FileDef |
pageId(String pageId) |
void |
setContentType(String contentType) |
void |
setId(String id) |
void |
setPageId(String pageId) |
void |
setSize(Long size) |
void |
setSlug(String slug) |
void |
setTitle(String title) |
FileDef |
size(Long size) |
FileDef |
slug(String slug) |
FileDef |
title(String title) |
String |
toString() |
public String getId()
public void setId(String id)
public String getPageId()
public void setPageId(String pageId)
public String getSlug()
public void setSlug(String slug)
public String getTitle()
public void setTitle(String title)
public String getContentType()
public void setContentType(String contentType)
public Long getSize()
public void setSize(Long size)
Copyright © 2019 Metatavu Oy. All rights reserved.