Constructor and Description |
---|
DashletSpec()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
DashletSpec |
clone() |
int |
getBoostDuration()
Returns the boost duration value.
|
int |
getBoostPriority()
Returns the boost priority value for this instance.
|
String |
getDashletName()
This method returns the
Dashlet name. |
int |
getDuration()
Return the normal duration for transitions.
|
Map<String,String> |
getParameters()
Returns the parameter
Map . |
int |
getPriority()
Returns the normal priority of this instance.
|
String |
getTitle()
Returns the dashlet's title
|
void |
setBoostDuration(int boostDuration)
Sets the boost duration value of this instance.
|
void |
setBoostPriority(int boostPriority)
Sets the boost priority value.
|
void |
setDashletName(String dashletName)
This method sets the
Dashlet name. |
void |
setDuration(int duration)
Sets the normal duration for transitions.
|
void |
setParameters(Map<String,String> parameters)
Sets the parameter
Map . |
void |
setPriority(int priority)
Sets the priority for this instance.
|
void |
setTitle(String title)
Sets the title.
|
public int getDuration()
public void setDuration(int duration)
duration
- the duration to setpublic int getBoostDuration()
public void setBoostDuration(int boostDuration)
boostDuration
- the boost duration to be setpublic int getPriority()
public void setPriority(int priority)
priority
- the priority to be setpublic int getBoostPriority()
public void setBoostPriority(int boostPriority)
boostPriority
- the boost priority value to be setpublic void setDashletName(String dashletName)
Dashlet
name.dashletName
- the name to be setpublic String getDashletName()
Dashlet
name.Dashlet
namepublic Map<String,String> getParameters()
Map
.public void setParameters(Map<String,String> parameters)
Map
.parameters
- the parameters to be setpublic String getTitle()
public void setTitle(String title)
title
- the title to be setpublic DashletSpec clone()
Copyright © 2021. All rights reserved.