@StableMinor(version="12.3", sinceVersion="8.2") public class ActivityObject extends Object implements Serializable
Activity
.Constructor and Description |
---|
ActivityObject() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the display name of this object.
|
String |
getId()
Returns the identifier of this object.
|
String |
getIntroduction()
Returns the introduction text of this object.
|
String |
getIntroductionImageUrl()
Returns the URL of the introduction image of this object.
|
Locale |
getLocale()
Returns the locale of this object.
|
ActivityObjectType |
getType()
Returns the type of this object.
|
String |
getUrl()
Returns the URL to the main page of this object.
|
void |
setDisplayName(String displayName)
Sets the display name of this object.
|
void |
setId(String id)
Sets the identifier of this object.
|
void |
setIntroduction(String introduction)
Sets the introduction text of this object.
|
void |
setIntroductionImageUrl(String introductionImageUrl)
Sets the introduction image URL of this object.
|
void |
setLocale(Locale locale)
Sets the locale of this object.
|
void |
setType(ActivityObjectType type)
Sets the type of this object.
|
void |
setUrl(String url)
Sets the URL to the main page of this object.
|
public String getId()
null
if it does not have a direct object.public void setId(String id)
objectId
- the identifier of this object.public ActivityObjectType getType()
null
if it does not have a direct object.public void setType(ActivityObjectType type)
type
- the type to set.public String getDisplayName()
null
if this object does not have a display name.public void setDisplayName(String displayName)
displayName
- plain-text value to use as the display name of
this object.public String getIntroduction()
null
if this object does not have an introduction.public void setIntroduction(String introduction)
introduction
- plain-text value to use as the introduction of
this object.public String getIntroductionImageUrl()
null
if there is no image.public void setIntroductionImageUrl(String introductionImageUrl)
introductionImageUrl
- an absolute URL or a URI relative to portal application root that will be
post-processed during rendering.public String getUrl()
null
if there is no URL for this
object.public void setUrl(String url)
url
- an absolute URL or a URI relative to portal application root that will be post-processed during
rendering.public Locale getLocale()
null
if this object has no locale specified.public void setLocale(Locale locale)
locale
- the locale, or null
if the locale is undefined.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.