public class TempMaterial extends Object implements Serializable
| Constructor and Description |
|---|
TempMaterial() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getMediaId() |
MaterialUploadType |
getType() |
void |
setCreatedAt(Date createdAt) |
void |
setMediaId(String mediaId) |
void |
setType(MaterialUploadType type) |
String |
toString() |
public MaterialUploadType getType()
public void setType(MaterialUploadType type)
public String getMediaId()
public void setMediaId(String mediaId)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2019. All rights reserved.