|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.actuate.activeportal.beans.SummaryBean
public class SummaryBean
This bean represents each summary item that is displayed in the summary tab of the information objects module.
Constructor Summary | |
---|---|
SummaryBean()
|
Method Summary | |
---|---|
java.lang.String |
getColumnName()
Returns the column name |
java.lang.String |
getDataType()
Returns the data type of this column. |
java.lang.String |
getDisplayName()
Returns the display name if available or the column name |
java.lang.String |
getFunction()
Returns the current summary function that has been set for this column The following are the different functions currently available Sum Avg Min Max |
int |
getState()
This is used internally while updating the bean. |
boolean |
isActive()
This method returns a boolean indicating whether this is currently active or not It is set to false when the corresponding column is added as a group and vice versa. |
void |
setActive(boolean b)
Sets whether this column is active currently |
void |
setColumnName(java.lang.String string)
Sets the column name |
void |
setDataType(java.lang.String string)
Set the data type of this column. |
void |
setDisplayName(java.lang.String string)
Sets the display name |
void |
setFunction(java.lang.String string)
Sets the function i.e. |
void |
setState(int i)
This is used internally while updating the bean. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SummaryBean()
Method Detail |
---|
public boolean isActive()
public java.lang.String getColumnName()
public java.lang.String getDisplayName()
public java.lang.String getFunction()
public void setActive(boolean b)
b
- A boolean indicating whether this column is activeisActive()
public void setColumnName(java.lang.String string)
string
- The column namepublic void setDisplayName(java.lang.String string)
string
- The display namepublic void setFunction(java.lang.String string)
string
- The functiongetFunction()
public int getState()
public void setState(int i)
i
- public java.lang.String getDataType()
DataType
public void setDataType(java.lang.String string)
string
- The data type name of this columngetDataType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |