Modifier and Type | Field and Description |
---|---|
protected List<Assets> |
assets |
protected Date |
createdAt |
protected String |
description |
protected float |
duration |
protected String |
hashedId |
protected String |
name |
protected float |
progress |
protected Project |
project |
protected Stats |
stats |
protected String |
status |
protected Thumbnail |
thumbnail |
protected String |
type |
protected Date |
updatedAt |
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
List<Assets> |
getAssets() |
Date |
getCreatedAt() |
String |
getDescription() |
float |
getDuration() |
String |
getHashedId() |
String |
getName() |
float |
getProgress() |
Project |
getProject() |
Stats |
getStats() |
String |
getStatus() |
Thumbnail |
getThumbnail() |
String |
getType() |
Date |
getUpdatedAt() |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setDuration(float duration) |
void |
setHashedId(String hashedId) |
void |
setName(String name) |
void |
setProgress(float progress) |
void |
setProject(Project project) |
void |
setStats(Stats stats) |
void |
setStatus(String status) |
void |
setThumbnail(Thumbnail thumbnail) |
void |
setType(String type) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString() |
protected float duration
protected String description
protected float progress
public Media()
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public float getDuration()
public void setDuration(float duration)
public String getHashedId()
public void setHashedId(String hashedId)
public String getDescription()
public void setDescription(String description)
public float getProgress()
public void setProgress(float progress)
public Thumbnail getThumbnail()
public void setThumbnail(Thumbnail thumbnail)
public Project getProject()
public void setProject(Project project)
Copyright © 2018 Nuxeo. All rights reserved.