public interface ContentTypeIf
Modifier and Type | Method and Description |
---|---|
int |
getContentTypeId() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
ContentTypeDescriptionIf |
getDescription() |
int |
getId() |
void |
setContentTypeId(int contentTypeId) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setDescription(ContentTypeDescriptionIf description) |
void |
setId(int id) |
int getId()
void setId(int id)
id
- the id to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setint getContentTypeId()
void setContentTypeId(int contentTypeId)
contentTypeId
- the contentTypeId to setContentTypeDescriptionIf getDescription()
void setDescription(ContentTypeDescriptionIf description)
description
- the description to setCopyright © 2018 DS Data Systems UK Ltd.