public class Media
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Media() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDescription() |
MediaType |
getMediaType() |
java.lang.String |
getName() |
org.bson.types.ObjectId |
getObjectId() |
java.lang.String |
getPath() |
org.bson.types.ObjectId |
getReportObjectId() |
int |
getSequence() |
org.bson.types.ObjectId |
getTestObjectId() |
protected void |
setDescription(java.lang.String description) |
void |
setMediaType(MediaType mediaType) |
void |
setName(java.lang.String name) |
void |
setObjectId(org.bson.types.ObjectId id) |
void |
setPath(java.lang.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 setName(java.lang.String name)
public java.lang.String getName()
protected void setDescription(java.lang.String description)
protected java.lang.String getDescription()
public void setPath(java.lang.String path)
public java.lang.String getPath()
public void setMediaType(MediaType mediaType)
public MediaType getMediaType()
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 setSequence(int seq)
public int getSequence()
Copyright © 2016. All Rights Reserved.