|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the characteristics of the content
Method Summary | |
java.lang.String |
getDescription()
Gets the description of the content |
java.lang.String |
getFileExtension()
Gets the file extension used to create a file for this content |
int |
getId()
Gets the Id for the content for DL, it is the content class Id |
java.lang.String |
getMimeType()
Gets the mime type of the content |
java.lang.String |
getType()
Gets the type of the content for DL, it is the content class name |
void |
setDescription(java.lang.String desc)
Sets the description of the content |
void |
setFileExtension(java.lang.String fext)
Sets the file extension used to create a file for this content |
void |
setId(int id)
Sets the Id for the content for DL, it is the content class Id |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type of the content |
void |
setType(java.lang.String aType)
Sets the type of the content for DL, it is the content class name |
Method Detail |
public int getId()
public void setId(int id)
id
- the Id of the contentpublic java.lang.String getType()
public void setType(java.lang.String aType)
aType
- the name of the content's typepublic java.lang.String getDescription()
public void setDescription(java.lang.String desc)
desc
- a description of the contentpublic java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- a mime type of the contentpublic java.lang.String getFileExtension()
public void setFileExtension(java.lang.String fext)
fext
- a file extension name
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |