public class MediaRow extends UserCustomRow
columnTypes, table, values| Constructor and Description |
|---|
MediaRow(MediaRow mediaRow)
Copy Constructor
|
MediaRow(UserCustomRow userCustomRow)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MediaRow |
copy()
Copy the row
|
String |
getContentType()
Get the content type
|
UserCustomColumn |
getContentTypeColumn()
Get the content type column
|
int |
getContentTypeColumnIndex()
Get the content type column index
|
byte[] |
getData()
Get the data
|
UserCustomColumn |
getDataColumn()
Get the data column
|
int |
getDataColumnIndex()
Get the data column index
|
long |
getId()
Get the id
|
UserCustomColumn |
getIdColumn()
Get the id column
|
int |
getIdColumnIndex()
Get the id column index
|
MediaTable |
getTable() |
void |
setContentType(String contentType)
Set the content type
|
void |
setData(byte[] data)
Set the data
|
columnToContentValue, isValid, setValid, toContentValuescolumnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getValue, getValue, getValues, hasColumn, hasId, hasIdColumn, resetId, setValue, setValue, validateValuepublic MediaRow(UserCustomRow userCustomRow)
userCustomRow - user custom rowpublic MediaRow(MediaRow mediaRow)
mediaRow - media row to copypublic MediaTable getTable()
getTable in class UserCoreRow<UserCustomColumn,UserCustomTable>public int getIdColumnIndex()
public UserCustomColumn getIdColumn()
public long getId()
getId in class UserCoreRow<UserCustomColumn,UserCustomTable>public int getDataColumnIndex()
public UserCustomColumn getDataColumn()
public byte[] getData()
public void setData(byte[] data)
data - datapublic int getContentTypeColumnIndex()
public UserCustomColumn getContentTypeColumn()
public String getContentType()
public void setContentType(String contentType)
contentType - content typepublic MediaRow copy()
copy in class UserCustomRow