|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractContentDef
This class defines the characteristics of the content
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
dkAbstractContentDef()
Constructs a new dkAbstractContentDef class |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public dkAbstractContentDef()
Method Detail |
public int getId()
getId
in interface dkContentDef
public void setId(int id)
setId
in interface dkContentDef
id
- the Id of the contentpublic java.lang.String getType()
getType
in interface dkContentDef
public void setType(java.lang.String aType)
setType
in interface dkContentDef
aType
- the name of the content's typepublic java.lang.String getDescription()
getDescription
in interface dkContentDef
public void setDescription(java.lang.String desc)
setDescription
in interface dkContentDef
desc
- a description of the contentpublic java.lang.String getMimeType()
getMimeType
in interface dkContentDef
public void setMimeType(java.lang.String mimeType)
setMimeType
in interface dkContentDef
mimeType
- a mime type of the contentpublic java.lang.String getFileExtension()
getFileExtension
in interface dkContentDef
public void setFileExtension(java.lang.String fext)
setFileExtension
in interface dkContentDef
fext
- a file extension name
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |