public class Media extends Object implements Serializable
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
String |
getBase64String() |
protected String |
getDescription() |
org.bson.types.ObjectId |
getLogObjectId() |
MediaType |
getMediaType() |
String |
getName() |
org.bson.types.ObjectId |
getObjectId() |
String |
getPath() |
org.bson.types.ObjectId |
getReportObjectId() |
int |
getSequence() |
org.bson.types.ObjectId |
getTestObjectId() |
void |
setBase64String(String string) |
protected void |
setDescription(String description) |
void |
setLogObjectId(org.bson.types.ObjectId logId) |
void |
setMediaType(MediaType mediaType) |
void |
setName(String name) |
void |
setObjectId(org.bson.types.ObjectId id) |
void |
setPath(String path) |
void |
setReportObjectId(org.bson.types.ObjectId reportId) |
void |
setSequence(int seq) |
void |
setTestObjectId(org.bson.types.ObjectId testId) |
public void setObjectId(org.bson.types.ObjectId id)
public org.bson.types.ObjectId getObjectId()
public void setReportObjectId(org.bson.types.ObjectId reportId)
public org.bson.types.ObjectId getReportObjectId()
public void setTestObjectId(org.bson.types.ObjectId testId)
public org.bson.types.ObjectId getTestObjectId()
public void setLogObjectId(org.bson.types.ObjectId logId)
public org.bson.types.ObjectId getLogObjectId()
public void setName(String name)
public String getName()
protected void setDescription(String description)
protected String getDescription()
public void setPath(String path)
public String getPath()
public void setMediaType(MediaType mediaType)
public MediaType getMediaType()
public void setSequence(int seq)
public int getSequence()
public void setBase64String(String string)
public String getBase64String()
Copyright © 2018. All rights reserved.