public class AbstractMediaDTO extends ItemDTO
| Constructor and Description |
|---|
AbstractMediaDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getDataPK() |
String |
getLocation() |
String |
getLocationHash() |
String |
getMime() |
String |
getRealFileName() |
Long |
getSize() |
void |
setDataPK(Long value) |
void |
setLocation(String value) |
void |
setLocationHash(String value) |
void |
setMime(String value) |
void |
setRealFileName(String value) |
void |
setSize(Long value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractMediaDTO()
public Long getDataPK()
public String getLocation()
public String getLocationHash()
public String getMime()
public String getRealFileName()
public Long getSize()
public void setDataPK(Long value)
public void setLocation(String value)
public void setLocationHash(String value)
public void setMime(String value)
public void setRealFileName(String value)
public void setSize(Long value)
Copyright © 2017 SAP SE. All Rights Reserved.