public class ReporterClonePropertyData extends Object
ReporterCloneTemplate
,
Developer documentation: ReportersType | Property and Description |
---|---|
boolean |
isExtended
If the column is an extended or "static" property.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ReporterClonePropertyData() |
Modifier and Type | Method and Description |
---|---|
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) |
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
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)