Modifier and Type | Field and Description |
---|---|
static int |
MEDIA_TYPE_IMAGE |
static int |
MEDIA_TYPE_VIDEO |
protected long |
versionNumber |
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getMimeType() |
String |
getPath() |
String |
getThumbNailPath() |
int |
getType() |
long |
getVersionNumber()
Sets the version number of the ArticleRejection
|
void |
setId(Long id) |
void |
setMimeType(String mimeType) |
void |
setPath(String path) |
void |
setThumbNailPath(String thumbNailPath) |
void |
setType(int type) |
void |
setVersionNumber(long versionNumber)
Gets the version number of the ArticleRejection
|
String |
toString() |
public static final int MEDIA_TYPE_IMAGE
public static final int MEDIA_TYPE_VIDEO
protected long versionNumber
public Media()
public int getType()
public void setType(int type)
type
- the type to setpublic String getThumbNailPath()
public void setThumbNailPath(String thumbNailPath)
thumbNailPath
- the thumbNailPath to setpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType
- the mimeType to setpublic long getVersionNumber()
public void setVersionNumber(long versionNumber)
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.