|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.core.data.ReporterClonePropertyData
public class ReporterClonePropertyData
This class holds information about cloned reporter properties.
ReporterCloneTemplate
,
Developer documentation: ReportersField Summary | |
---|---|
private int |
averageMethod
|
private String |
column
|
private String |
description
|
private boolean |
extendedProperty
|
private int |
length
|
private boolean |
mandatory
|
static int |
MAX_COLUMN_LENGTH
The maximum length of the column that can be stored in the database. |
private boolean |
nullable
|
private String |
title
|
private int |
valueType
|
Constructor Summary | |
---|---|
ReporterClonePropertyData()
|
Method Summary | |
---|---|
int |
getAverageMethod()
The code for the averate method to use when calculating averages. |
String |
getColumn()
Get the name of database column. |
String |
getDescription()
Get a description of the property. |
int |
getLength()
The maximum length of string value types. |
String |
getTitle()
Get the title of the property. |
int |
getValueType()
The code for the value type. |
boolean |
isExtendedProperty()
If the column is an extended or "static" property. |
boolean |
isMandatory()
If the column is a mandatory that must be in all clone templates. |
boolean |
isNullable()
If the column is nullable or not. |
void |
setAverageMethod(int averageMethod)
|
void |
setColumn(String column)
|
void |
setDescription(String description)
|
void |
setExtendedProperty(boolean extendedProperty)
|
void |
setLength(int length)
|
void |
setMandatory(boolean mandatory)
|
void |
setNullable(boolean nullable)
|
void |
setTitle(String title)
|
void |
setValueType(int valueType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String title
private String description
private int valueType
public static final int MAX_COLUMN_LENGTH
setColumn(String)
,
Constant Field Valuesprivate String column
private int length
private boolean nullable
private int averageMethod
private boolean extendedProperty
private boolean mandatory
Constructor Detail |
---|
public ReporterClonePropertyData()
Method Detail |
---|
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public int getValueType()
public void setValueType(int valueType)
public String getColumn()
public void setColumn(String column)
public int getLength()
public void setLength(int length)
public boolean isNullable()
public void setNullable(boolean nullable)
public int getAverageMethod()
public void setAverageMethod(int averageMethod)
public boolean isExtendedProperty()
public void setExtendedProperty(boolean extendedProperty)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |