public class Media
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Media() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBase64String() |
protected java.lang.String |
getDescription() |
long |
getFileSize() |
org.bson.types.ObjectId |
getLogObjectId() |
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() |
void |
setBase64String(java.lang.String string) |
protected void |
setDescription(java.lang.String description) |
void |
setFileSize(long fileSize) |
void |
setLogObjectId(org.bson.types.ObjectId logId) |
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 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(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 long getFileSize()
public void setFileSize(long fileSize)
public void setMediaType(MediaType mediaType)
public MediaType getMediaType()
public void setSequence(int seq)
public int getSequence()
public void setBase64String(java.lang.String string)
public java.lang.String getBase64String()
Copyright © 2019. All Rights Reserved.