public interface ContentIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClickUrl() |
int |
getContentId() |
ContentTypeIf |
getContentType() |
int |
getContentTypeId() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.util.Calendar |
getDateFrom() |
java.util.Calendar |
getDateTo() |
ContentDescriptionIf |
getDescription() |
int |
getExpressionId() |
int |
getId() |
int |
getObjectId() |
int |
getObjectTypeId() |
java.lang.String |
getSearchKey() |
boolean |
isEnabled() |
void |
setClickUrl(java.lang.String clickUrl) |
void |
setContentId(int contentId) |
void |
setContentType(ContentTypeIf contentType) |
void |
setContentTypeId(int contentTypeId) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setDateFrom(java.util.Calendar dateFrom) |
void |
setDateTo(java.util.Calendar dateTo) |
void |
setDescription(ContentDescriptionIf description) |
void |
setEnabled(boolean enabled) |
void |
setExpressionId(int expressionId) |
void |
setId(int id) |
void |
setObjectId(int objectId) |
void |
setObjectTypeId(int objectTypeId) |
void |
setSearchKey(java.lang.String searchKey) |
int getId()
void setId(int id)
id
- the id to set - the internal (non-business id)int getContentId()
void setContentId(int contentId)
contentId
- the contentTypeId to set - (business Id of the content)int getContentTypeId()
void setContentTypeId(int contentTypeId)
contentTypeId
- the contentTypeId to set - (business Id of the content type)int getObjectId()
void setObjectId(int objectId)
objectId
- the objectId to setint getObjectTypeId()
void setObjectTypeId(int objectTypeId)
objectTypeId
- the objectTypeId to set
Any values are possible but constants are available for these:
java.lang.String getClickUrl()
void setClickUrl(java.lang.String clickUrl)
clickUrl
- the clickUrl to setjava.util.Calendar getDateFrom()
void setDateFrom(java.util.Calendar dateFrom)
dateFrom
- the dateFrom to setjava.util.Calendar getDateTo()
void setDateTo(java.util.Calendar dateTo)
dateTo
- the dateTo to setboolean isEnabled()
void setEnabled(boolean enabled)
enabled
- the enabled to setint getExpressionId()
void setExpressionId(int expressionId)
expressionId
- the expressionId 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 setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setjava.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setContentDescriptionIf getDescription()
void setDescription(ContentDescriptionIf description)
description
- the description to setContentTypeIf getContentType()
void setContentType(ContentTypeIf contentType)
contentType
- the contentType to setjava.lang.String getSearchKey()
void setSearchKey(java.lang.String searchKey)
searchKey
- the searchKey to setCopyright © 2018 DS Data Systems UK Ltd.