@StableMinor(version="12.3", sinceVersion="8.2") public static interface ActivityDocument.IActivityObject
ActivityDocument
that corresponds to an ActivityObject
.Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the object's display name stored in this document.
|
String |
getId()
Returns the object's identifier stored in this document.
|
String |
getIntroduction()
Returns the object's introduction stored in this document.
|
String |
getIntroductionImageUrl()
Returns the object's introduction image url stored in this document.
|
String |
getLocale()
Returns the object's locale stored in this document.
|
String |
getType()
Returns the object's type stored in this document.
|
String |
getUrl()
Returns the object's URL stored in this document.
|
void |
setDisplayName(String displayName)
Sets the object's display name stored in this document.
|
void |
setId(String id)
Sets the object's identifier stored in this document.
|
void |
setIntroduction(String introduction)
Sets the object's introduction stored in this document.
|
void |
setIntroductionImageUrl(String introductionImageUrl)
Sets the object's introduction image url stored in this document.
|
void |
setLocale(String locale)
Sets the object's locale stored in this document.
|
void |
setType(String type)
Sets the object's type stored in this document.
|
void |
setUrl(String url)
Sets the object's URL stored in this document.
|
String getId()
ActivityDocumentType.ObjectFields.ID
ActivityObject.getId()
,
ActivityDocumentType.ObjectFields.ID
,
ActivityDocumentType.TargetFields.ID
void setId(String id)
id
- the value to set.String getType()
ActivityObject.getType()
,
ActivityDocumentType.ObjectFields.TYPE
,
ActivityDocumentType.TargetFields.TYPE
void setType(String type)
type
- the value to set.String getDisplayName()
ActivityObject.getDisplayName()
,
ActivityDocumentType.ObjectFields.DISPLAY_NAME
,
ActivityDocumentType.TargetFields.DISPLAY_NAME
void setDisplayName(String displayName)
displayName
- the value to set.String getIntroduction()
ActivityObject.getIntroduction()
,
ActivityDocumentType.ObjectFields.INTRODUCTION
,
ActivityDocumentType.TargetFields.INTRODUCTION
void setIntroduction(String introduction)
introduction
- the value to set.String getIntroductionImageUrl()
ActivityObject.getIntroductionImageUrl()
,
ActivityDocumentType.ObjectFields.IMAGE_URL
,
ActivityDocumentType.TargetFields.IMAGE_URL
void setIntroductionImageUrl(String introductionImageUrl)
introductionImageUrl
- the value to set.String getUrl()
ActivityObject.getUrl()
,
ActivityDocumentType.ObjectFields.URL
,
ActivityDocumentType.TargetFields.URL
void setUrl(String url)
url
- the value to set.String getLocale()
ActivityObject.getUrl()
,
ActivityDocumentType.ObjectFields.LOCALE
,
ActivityDocumentType.TargetFields.LOCALE
void setLocale(String locale)
locale
- the value to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.