CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class TrackerLayoutLabelDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.base.IdentifiableDto
      extended by com.intland.codebeamer.persistence.dto.TrackerLayoutLabelDto
All Implemented Interfaces:
BaseDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
Direct Known Subclasses:
ReadOnlyLayoutLabelDto

public class TrackerLayoutLabelDto
extends IdentifiableDto

Represents a field in a tracker layout.

See Also:
Serialized Form

Nested Class Summary
static interface TrackerLayoutLabelDto.CompiledFormula
          The interface of a compiled representation of a calculated field's formula
static class TrackerLayoutLabelDto.OffsetComparator
          A special Comparator to compare/sort TrackerLayoutLabelDto by offset
 
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto
IdentifiableDto.IdComparator
 
Field Summary
static int ASSIGNED_AT_LABEL_ID
           
static int ASSIGNED_TO_LABEL_ID
           
static int BOOLEAN
           
static int CATEGORY_LABEL_ID
           
static int CHILDREN_LABEL_ID
           
static int CLOSED_AT_LABEL_ID
           
static int DATE
           
static int DECIMAL
           
static java.lang.String DEFAULT_DATE_FORMAT
          The date format patten string used by the date fields
static java.lang.String DEFAULT_DATETIME_FORMAT
          The date format patten string used by the date-time fields
static int DEPENDENCY_LABEL_ID
           
static int DESCRIPTION_LABEL_ID
           
static int END_DATE_LABEL_ID
           
static int ESTIMATED_H_LABEL_ID
           
static int ID_LABEL_ID
           
static int INTEGER
           
static int MILESTONES_LABEL_ID
           
static int MODIFIED_AT_LABEL_ID
           
static int MODIFIED_BY_LABEL_ID
           
static int NAME_LABEL_ID
           
static int OP_SYS_LABEL_ID
           
static int PARENT_LABEL_ID
           
static int PLATFORM_LABEL_ID
           
static int PRINCIPAL
           
static int PRIORITY_LABEL_ID
           
static int PROJECT_NAME_LABEL_ID
           
static int REFERERS_LABEL_ID
           
static int RESOLUTION_LABEL_ID
           
static int SEVERITY_LABEL_ID
           
static int SPENT_ESTIMATED_H_LABEL_ID
           
static int SPENT_H_LABEL_ID
           
static int START_DATE_LABEL_ID
           
static int STATUS_LABEL_ID
           
static int SUBMITTED_AT_LABEL_ID
           
static int SUBMITTED_BY_LABEL_ID
           
static int SUPERVISOR_LABEL_ID
           
static int TEXT
           
static int TRACKER_KEY_NAME_LABEL_ID
           
static int TYPE_LABEL_ID
           
static int VERSION_LABEL_ID
           
 
Constructor Summary
TrackerLayoutLabelDto()
           
TrackerLayoutLabelDto(int id)
           
TrackerLayoutLabelDto(TrackerLayoutLabelDto field)
           
 
Method Summary
static java.lang.Comparable decodeString(java.lang.String strval, int valueType)
          Decode the specified String value to an internal value according to the specified value type
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getAggregationRuleId()
          Get the ID of the rule, how to aggregate child field values to parent field values
 java.lang.Integer getAssocTypeId()
           
 java.lang.Boolean getBreakRow()
           
static int getChoiceFieldId(int fld_idx)
          Get the id of the idx.th user defined choice field
static int getChoiceFieldIndex(int fld_id)
          Get the index [0 ..
 java.lang.Integer getCols()
           
 java.lang.Integer getColspan()
           
 TrackerLayoutLabelDto.CompiledFormula getCompiledFormula()
          Get the compiled script/formula to calculate the field's value
static int getCustomFieldId(int fld_idx)
          Get the id of the idx.th user defined/custom field
static int getCustomFieldIndex(int fld_id)
          Get the index [0 ..
 java.lang.String getDefaultValue()
           
 java.lang.Integer getDistributionRuleId()
          Get the ID of the rule, how to distribute parent field values down the hierarchy
 java.lang.Boolean getEditable()
           
 java.lang.String getFormula()
          Get the script/formula code to calculate the field's value
static java.text.DateFormat getGMTDateTimeFormat()
          Get the thread-local GMT date and time formatter (no need to synchronize access)
 java.lang.String getHeaderStyleClass()
           
 int getInputType()
           
 java.lang.String getLabel()
           
 java.lang.String getLabelWithoutBR()
           
 java.lang.Boolean getListable()
          Check if this field should also be shown as a column in item lists/tables
 java.lang.String getMaxValue()
           
 java.lang.String getMinValue()
           
 java.lang.Boolean getMultipleSelection()
           
 java.lang.Integer getOffset()
           
 java.lang.String getProperty()
          This web tier related method should never be called in a remote API application.
 java.lang.Boolean getRequired()
           
 java.lang.Integer getRoleId()
           
 java.lang.Integer getRows()
           
 java.lang.Number getSelectionSize()
           
 java.lang.String getSortProperty()
          This web tier related method should never be called in a remote API application.
 java.lang.Integer getStatusId()
           
 java.lang.String getStyleClass()
           
 java.lang.String getTitle()
          Get the column title for this field.
 TrackerDto getTracker()
           
 java.lang.Integer getTrackerId()
          Shortcut for getTracker().getId() that takes care about NULL tracker
 java.lang.Object getValue(TrackerItemDto item)
          Get the value of this field from the specified TrackerItemDto
static java.lang.Object getValue(TrackerItemDto item, int fieldId)
          Get the value of the label from the specified TrackerItemDto This method does not use reflection because of performance !!
 java.lang.Class<?> getValueClass()
           
 java.lang.Integer getValueType()
           
 java.lang.Boolean getVisible()
          Check if this field should be shown in the item details/editor screen
 boolean isAccessible(TrackerItemDto item, boolean writable)
          Check if the value of this field in the specified item is accessible in the specified mode
 boolean isBooleanField()
           
 boolean isChoiceField()
           
static boolean isChoiceField(int lbl_id)
           
 boolean isCompatible(TrackerLayoutLabelDto field)
          Check if the specified field is value compatible to this field
 boolean isDynamicChoice()
          Check if the field is configured for dynamic choice.
static boolean isEditableAtAll(java.lang.Integer id)
           
 boolean isForeignKey()
           
static boolean isForeignKey(int fldId)
          Check if the specified choice/reference field is a foreign key
 boolean isMemberChoice()
          Check if the field is configured for member (user or role) choice.
 boolean isReferenceFieldConfigurationAllowed()
          Is if this is a choice field where reference/dynamic choices are allowed ?
 boolean isUserDefined()
           
static boolean isUserDefined(int fld_id)
          Check if the specified field is a user defined custom field
 boolean isUserReferenceField()
          If this field is a reference to users or roles.
static boolean isUserReferenceField(int fldId)
          Check if the field with the specified ID is a User reference field
 void setAggregationRuleId(java.lang.Integer aggregationRuleId)
          Set the ID of the rule, how to aggregate child field values to parent field values
 void setAssocTypeId(java.lang.Integer assocTypeId)
           
 void setBreakRow(java.lang.Boolean value)
           
 void setCols(java.lang.Integer cols)
           
 void setColspan(java.lang.Integer colspan)
           
 void setCompiledFormula(TrackerLayoutLabelDto.CompiledFormula compiledFormula)
          Set the compiled script/formula to calculate the field's value
 void setDefaultValue(java.lang.String defaultValue)
           
 void setDistributionRuleId(java.lang.Integer distributionRuleId)
          Set the ID of the rule, how to distribute parent field values down the hierarchy
 void setEditable(java.lang.Boolean value)
           
 void setFormula(java.lang.String formula)
          Set the script/formula code to calculate the field's value
 void setInputType(int inputType)
           
 void setLabel(java.lang.String label)
           
 void setListable(java.lang.Boolean listable)
          Set whether this field should also be shown as a column in item lists/tables
 void setMaxValue(java.lang.String value)
           
 void setMinValue(java.lang.String value)
           
 void setMultipleSelection(java.lang.Boolean multipleSelection)
           
 void setOffset(java.lang.Integer offset)
           
 void setRequired(java.lang.Boolean value)
           
 void setRoleId(java.lang.Integer roleId)
           
 void setRows(java.lang.Integer rows)
           
 void setSelectionSize(java.lang.Number selectionSize)
           
 void setStatusId(java.lang.Integer statusId)
           
 void setTitle(java.lang.String title)
          Set the column title for this field.
 void setTracker(TrackerDto tracker)
           
static void setValue(TrackerItemDto item, int fieldId, java.lang.Object value)
          Set the value of this field in the specified TrackerItemDto
 void setValue(TrackerItemDto item, java.lang.Object value)
          Set the value of this field in the specified TrackerItemDto
 void setValueType(java.lang.Integer type)
           
 void setVisible(java.lang.Boolean value)
          Set whether this field should be shown in the item details/editor screen
 java.lang.String toString()
           
 
Methods inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto
clone, compare, compareInteger, compareTo, equals, getId, hashCode, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TEXT

public static final int TEXT
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

DECIMAL

public static final int DECIMAL
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

PRINCIPAL

public static final int PRINCIPAL
See Also:
Constant Field Values

ID_LABEL_ID

public static final int ID_LABEL_ID
See Also:
Constant Field Values

TYPE_LABEL_ID

public static final int TYPE_LABEL_ID
See Also:
Constant Field Values

PRIORITY_LABEL_ID

public static final int PRIORITY_LABEL_ID
See Also:
Constant Field Values

NAME_LABEL_ID

public static final int NAME_LABEL_ID
See Also:
Constant Field Values

SUBMITTED_AT_LABEL_ID

public static final int SUBMITTED_AT_LABEL_ID
See Also:
Constant Field Values

ASSIGNED_TO_LABEL_ID

public static final int ASSIGNED_TO_LABEL_ID
See Also:
Constant Field Values

SUBMITTED_BY_LABEL_ID

public static final int SUBMITTED_BY_LABEL_ID
See Also:
Constant Field Values

STATUS_LABEL_ID

public static final int STATUS_LABEL_ID
See Also:
Constant Field Values

START_DATE_LABEL_ID

public static final int START_DATE_LABEL_ID
See Also:
Constant Field Values

END_DATE_LABEL_ID

public static final int END_DATE_LABEL_ID
See Also:
Constant Field Values

ESTIMATED_H_LABEL_ID

public static final int ESTIMATED_H_LABEL_ID
See Also:
Constant Field Values

SPENT_H_LABEL_ID

public static final int SPENT_H_LABEL_ID
See Also:
Constant Field Values

SPENT_ESTIMATED_H_LABEL_ID

public static final int SPENT_ESTIMATED_H_LABEL_ID
See Also:
Constant Field Values

CATEGORY_LABEL_ID

public static final int CATEGORY_LABEL_ID
See Also:
Constant Field Values

SEVERITY_LABEL_ID

public static final int SEVERITY_LABEL_ID
See Also:
Constant Field Values

RESOLUTION_LABEL_ID

public static final int RESOLUTION_LABEL_ID
See Also:
Constant Field Values

PLATFORM_LABEL_ID

public static final int PLATFORM_LABEL_ID
See Also:
Constant Field Values

OP_SYS_LABEL_ID

public static final int OP_SYS_LABEL_ID
See Also:
Constant Field Values

ASSIGNED_AT_LABEL_ID

public static final int ASSIGNED_AT_LABEL_ID
See Also:
Constant Field Values

MILESTONES_LABEL_ID

public static final int MILESTONES_LABEL_ID
See Also:
Constant Field Values

VERSION_LABEL_ID

public static final int VERSION_LABEL_ID
See Also:
Constant Field Values

SUPERVISOR_LABEL_ID

public static final int SUPERVISOR_LABEL_ID
See Also:
Constant Field Values

PROJECT_NAME_LABEL_ID

public static final int PROJECT_NAME_LABEL_ID
See Also:
Constant Field Values

TRACKER_KEY_NAME_LABEL_ID

public static final int TRACKER_KEY_NAME_LABEL_ID
See Also:
Constant Field Values

MODIFIED_AT_LABEL_ID

public static final int MODIFIED_AT_LABEL_ID
See Also:
Constant Field Values

MODIFIED_BY_LABEL_ID

public static final int MODIFIED_BY_LABEL_ID
See Also:
Constant Field Values

PARENT_LABEL_ID

public static final int PARENT_LABEL_ID
See Also:
Constant Field Values

DEPENDENCY_LABEL_ID

public static final int DEPENDENCY_LABEL_ID
See Also:
Constant Field Values

REFERERS_LABEL_ID

public static final int REFERERS_LABEL_ID
See Also:
Constant Field Values

CHILDREN_LABEL_ID

public static final int CHILDREN_LABEL_ID
See Also:
Constant Field Values

DESCRIPTION_LABEL_ID

public static final int DESCRIPTION_LABEL_ID
See Also:
Constant Field Values

CLOSED_AT_LABEL_ID

public static final int CLOSED_AT_LABEL_ID
See Also:
Constant Field Values

DEFAULT_DATETIME_FORMAT

public static final java.lang.String DEFAULT_DATETIME_FORMAT
The date format patten string used by the date-time fields

See Also:
Constant Field Values

DEFAULT_DATE_FORMAT

public static final java.lang.String DEFAULT_DATE_FORMAT
The date format patten string used by the date fields

See Also:
Constant Field Values
Constructor Detail

TrackerLayoutLabelDto

public TrackerLayoutLabelDto()

TrackerLayoutLabelDto

public TrackerLayoutLabelDto(int id)

TrackerLayoutLabelDto

public TrackerLayoutLabelDto(TrackerLayoutLabelDto field)
Method Detail

getGMTDateTimeFormat

public static java.text.DateFormat getGMTDateTimeFormat()
Get the thread-local GMT date and time formatter (no need to synchronize access)

Returns:
a "yyyy-MM-dd HH:mm" DateFormat in GMT-0 timezone

isEditableAtAll

public static boolean isEditableAtAll(java.lang.Integer id)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class IdentifiableDto

toString

public java.lang.String toString()
Overrides:
toString in class IdentifiableDto

getLabelWithoutBR

public java.lang.String getLabelWithoutBR()

getBreakRow

public java.lang.Boolean getBreakRow()

setBreakRow

public void setBreakRow(java.lang.Boolean value)

getCols

public java.lang.Integer getCols()

setCols

public void setCols(java.lang.Integer cols)

getColspan

public java.lang.Integer getColspan()

setColspan

public void setColspan(java.lang.Integer colspan)

getEditable

public java.lang.Boolean getEditable()

setEditable

public void setEditable(java.lang.Boolean value)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getTitle

public java.lang.String getTitle()
Get the column title for this field. The title (if set) is a shorter form of the label to be used as column header.

Returns:
the title (short label) for this field

setTitle

public void setTitle(java.lang.String title)
Set the column title for this field.

Parameters:
title - is a shorter form of the label, for use in column headers, or null (use label also for title)

getMaxValue

public java.lang.String getMaxValue()

setMaxValue

public void setMaxValue(java.lang.String value)

getMinValue

public java.lang.String getMinValue()

setMinValue

public void setMinValue(java.lang.String value)

getRequired

public java.lang.Boolean getRequired()

setRequired

public void setRequired(java.lang.Boolean value)

getRows

public java.lang.Integer getRows()

setRows

public void setRows(java.lang.Integer rows)

getVisible

public java.lang.Boolean getVisible()
Check if this field should be shown in the item details/editor screen

Returns:
whether this field should be shown in the item details/editor screen

setVisible

public void setVisible(java.lang.Boolean value)
Set whether this field should be shown in the item details/editor screen

Parameters:
value - true/false to show/not show the field in the item details/editor screen

getListable

public java.lang.Boolean getListable()
Check if this field should also be shown as a column in item lists/tables

Returns:
whether this field should also be shown as a column in item lists/tables, or null (use visible setting)

setListable

public void setListable(java.lang.Boolean listable)
Set whether this field should also be shown as a column in item lists/tables

Parameters:
listable - true/false to show/not show the field in item lists/tables, or null (show column according to visible setting)

setInputType

public void setInputType(int inputType)

getInputType

public int getInputType()

getValueType

public java.lang.Integer getValueType()

setValueType

public void setValueType(java.lang.Integer type)

getDefaultValue

public java.lang.String getDefaultValue()

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)

getOffset

public java.lang.Integer getOffset()

setOffset

public void setOffset(java.lang.Integer offset)

getStatusId

public java.lang.Integer getStatusId()

setStatusId

public void setStatusId(java.lang.Integer statusId)

isChoiceField

public boolean isChoiceField()

isUserDefined

public boolean isUserDefined()

getChoiceFieldIndex

public static int getChoiceFieldIndex(int fld_id)
Get the index [0 .. 8999] of the user defined choice field with the specified id

Parameters:
fld_id - of the user defined choice field [1000 ... 9999]
Returns:
the index of the user defined choice field with the specified id, or -1 if not a user defined choice field

getChoiceFieldId

public static int getChoiceFieldId(int fld_idx)
Get the id of the idx.th user defined choice field

Parameters:
fld_idx - of the user defined choice field [0 .. 8999]
Returns:
the id of the idx.th user defined choice field [1000 ... 9999], or -1 if not a user defined choice field

isChoiceField

public static boolean isChoiceField(int lbl_id)

isUserDefined

public static boolean isUserDefined(int fld_id)
Check if the specified field is a user defined custom field

Parameters:
fld_id - of the field to check
Returns:
true if the field is a user defined field, otherwise false

getCustomFieldIndex

public static int getCustomFieldIndex(int fld_id)
Get the index [0 .. n] of the user defined custom field with the specified id

Parameters:
fld_id - of the custom field
Returns:
the index of the custom field with the specified id, or -1 if not a custom field

getCustomFieldId

public static int getCustomFieldId(int fld_idx)
Get the id of the idx.th user defined/custom field

Parameters:
fld_idx - of the custom field [0 .. n]
Returns:
the id of the idx.th custom field, or -1 if not a custom field

isReferenceFieldConfigurationAllowed

public boolean isReferenceFieldConfigurationAllowed()
Is if this is a choice field where reference/dynamic choices are allowed ?

Returns:
true if this is a choice field where reference/dynamic choices are allowed, otherwise false

isDynamicChoice

public boolean isDynamicChoice()
Check if the field is configured for dynamic choice.

Returns:
true if this is a dynamic choice field

isMemberChoice

public boolean isMemberChoice()
Check if the field is configured for member (user or role) choice.

Returns:
true if this is a member choice field

isUserReferenceField

public boolean isUserReferenceField()
If this field is a reference to users or roles.

Returns:
true if the field is a User reference field, otherwise false

isUserReferenceField

public static boolean isUserReferenceField(int fldId)
Check if the field with the specified ID is a User reference field

Parameters:
fldId - is the ID of the field to check
Returns:
true if the field is a User reference field, otherwise false

isForeignKey

public static boolean isForeignKey(int fldId)
Check if the specified choice/reference field is a foreign key

Parameters:
fldId - of the choice/reference field
Returns:
true if field is a foreign key, otherwise false

isForeignKey

public boolean isForeignKey()

isBooleanField

public boolean isBooleanField()

getRoleId

public java.lang.Integer getRoleId()

setRoleId

public void setRoleId(java.lang.Integer roleId)

getAssocTypeId

public java.lang.Integer getAssocTypeId()

setAssocTypeId

public void setAssocTypeId(java.lang.Integer assocTypeId)

getMultipleSelection

public java.lang.Boolean getMultipleSelection()

setMultipleSelection

public void setMultipleSelection(java.lang.Boolean multipleSelection)

getSelectionSize

public java.lang.Number getSelectionSize()

setSelectionSize

public void setSelectionSize(java.lang.Number selectionSize)

getAggregationRuleId

public java.lang.Integer getAggregationRuleId()
Get the ID of the rule, how to aggregate child field values to parent field values

Returns:
the ID of the rule, how to aggregate child field values to parent field values, or null (no aggregation)

setAggregationRuleId

public void setAggregationRuleId(java.lang.Integer aggregationRuleId)
Set the ID of the rule, how to aggregate child field values to parent field values

Parameters:
aggregationRuleId - is the ID of the rule, how to aggregate child field values to parent field values, or null (no aggregation)

getDistributionRuleId

public java.lang.Integer getDistributionRuleId()
Get the ID of the rule, how to distribute parent field values down the hierarchy

Returns:
the ID of the rule, how to distribute parent field values down the hierarchy, or null (no distribution)

setDistributionRuleId

public void setDistributionRuleId(java.lang.Integer distributionRuleId)
Set the ID of the rule, how to distribute parent field values down the hierarchy

Parameters:
distributionRuleId - is the ID of the rule, how to distribute parent field values down the hierarchy, or null (no distribution)

getProperty

public java.lang.String getProperty()
This web tier related method should never be called in a remote API application.


getSortProperty

public java.lang.String getSortProperty()
This web tier related method should never be called in a remote API application.


getValueClass

public java.lang.Class<?> getValueClass()

getHeaderStyleClass

public java.lang.String getHeaderStyleClass()

getStyleClass

public java.lang.String getStyleClass()

getTracker

public TrackerDto getTracker()

setTracker

public void setTracker(TrackerDto tracker)

getTrackerId

public java.lang.Integer getTrackerId()
Shortcut for getTracker().getId() that takes care about NULL tracker

Returns:
the ID of the tracker this field belongs to, or null

getFormula

public java.lang.String getFormula()
Get the script/formula code to calculate the field's value

Returns:
the script/formula code to calculate the field's value, or null if the field is not calculated

setFormula

public void setFormula(java.lang.String formula)
Set the script/formula code to calculate the field's value

Parameters:
formula - is the script/code to calculate the field's value, or null if the field is not calculated

getCompiledFormula

public TrackerLayoutLabelDto.CompiledFormula getCompiledFormula()
Get the compiled script/formula to calculate the field's value

Returns:
the compiled script/formula to calculate the field's value, or null if the field is not calculated

setCompiledFormula

public void setCompiledFormula(TrackerLayoutLabelDto.CompiledFormula compiledFormula)
Set the compiled script/formula to calculate the field's value

Parameters:
compiledFormula - is the compiled script/formula to calculate the field's value, or null if the field is not calculated

isAccessible

public boolean isAccessible(TrackerItemDto item,
                            boolean writable)
Check if the value of this field in the specified item is accessible in the specified mode

Parameters:
item - whose field value access to check
writable - true to check write access, false to check read access
Returns:
true if the requested access is allowed, otherwise false

isCompatible

public boolean isCompatible(TrackerLayoutLabelDto field)
Check if the specified field is value compatible to this field

Parameters:
field - whose value compatibility to check
Returns:
true the specified field value is compatible to this field, otherwise false

getValue

public static java.lang.Object getValue(TrackerItemDto item,
                                        int fieldId)
Get the value of the label from the specified TrackerItemDto This method does not use reflection because of performance !!

Parameters:
item - whose value to get
fieldId - id of the field whose value to get
Returns:
the value of the specified item field

setValue

public static void setValue(TrackerItemDto item,
                            int fieldId,
                            java.lang.Object value)
Set the value of this field in the specified TrackerItemDto

Parameters:
item - where to set the field value
fieldId - id of the field whose value to set
value - to set, or null
Throws:
java.lang.ClassCastException - if the value is not compatible to the field

decodeString

public static java.lang.Comparable decodeString(java.lang.String strval,
                                                int valueType)
                                         throws java.text.ParseException
Decode the specified String value to an internal value according to the specified value type

Parameters:
strval - is the String to decode
valueType - is one of {}
Returns:
the decoded value
Throws:
java.text.ParseException

getValue

public java.lang.Object getValue(TrackerItemDto item)
Get the value of this field from the specified TrackerItemDto

Parameters:
item - where to get the field value from
Returns:
the value of this field from the specified item
Throws:
java.util.ConcurrentModificationException - if the computed field value is recurrently requested from within the field formula evaluation

setValue

public void setValue(TrackerItemDto item,
                     java.lang.Object value)
              throws java.text.ParseException
Set the value of this field in the specified TrackerItemDto

Parameters:
item - where to set the field value
value - to set, or null
Throws:
java.text.ParseException - if value is a String that cannot be decoded into an appropriate field value
java.lang.ClassCastException - if the value is not compatible to the field

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.