|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Media
Abstract class Media
| Method Summary | |
|---|---|
BinaryLargeObject |
getContent()
Retrieves a binary large object value for the attribute content. |
Long |
getContentLength()
Retrieves the possibly null value for the optional attribute contentLength. |
String |
getContentMimeType()
Retrieves the possibly null value for the optional attribute contentMimeType. |
String |
getContentName()
Retrieves the possibly null value for the optional attribute contentName. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
void |
setContent(BinaryLargeObject content)
Sets a new binary value for the attribute content |
void |
setContentMimeType(String contentMimeType)
Sets a new value for the attribute contentMimeType. |
void |
setContentName(String contentName)
Sets a new value for the attribute contentName. |
void |
setDescription(String description)
Sets a new value for the attribute description. |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
BinaryLargeObject getContent()
content.
void setContent(BinaryLargeObject content)
content
content - A BinaryLargeObject containing the value for this attribute.Long getContentLength()
contentLength.
contentLength.String getContentMimeType()
contentMimeType.
contentMimeType.void setContentMimeType(String contentMimeType)
contentMimeType.
contentMimeType - The possibly null new value for attribute contentMimeType.String getContentName()
contentName.
contentName.void setContentName(String contentName)
contentName.
contentName - The possibly null new value for attribute contentName.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||