public interface ContentTypeDescriptionIf
Modifier and Type | Method and Description |
---|---|
int |
getContentTypeId() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getDescription() |
int |
getId() |
int |
getLanguageId() |
java.lang.String |
getName() |
void |
setContentTypeId(int contentTypeId) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setDescription(java.lang.String description) |
void |
setId(int id) |
void |
setLanguageId(int languageId) |
void |
setName(java.lang.String name) |
int getContentTypeId()
void setContentTypeId(int contentTypeId)
contentTypeId
- the contentTypeId to setint getLanguageId()
void setLanguageId(int languageId)
languageId
- the languageId to setjava.lang.String getName()
void setName(java.lang.String name)
name
- the name to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description 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 getId()
void setId(int id)
id
- the id to setCopyright © 2018 DS Data Systems UK Ltd.