com.aurel.track.admin.fields
Class AdminFieldOptionsForm
java.lang.Object
ActionForm
com.aurel.track.admin.fields.AdminFieldOptionsForm
public class AdminFieldOptionsForm
- extends ActionForm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lines
protected DisplayLine[] lines
action
protected java.lang.String action
deleteIndex
protected java.lang.Integer deleteIndex
theField
protected java.lang.Integer theField
hasSpecial
protected boolean hasSpecial
isProjectListTypeDependent
protected boolean isProjectListTypeDependent
theFieldName
protected java.lang.String theFieldName
theIndex
protected java.lang.Integer theIndex
isEdit
protected boolean isEdit
isAdd
protected boolean isAdd
isDelete
protected boolean isDelete
editLabel
protected java.lang.String editLabel
editSpecial
protected java.lang.Integer editSpecial
editObjectID
protected java.lang.Integer editObjectID
replacementOptions
protected java.util.ArrayList replacementOptions
replacementOption
protected java.lang.Integer replacementOption
deleteOptionName
protected java.lang.String deleteOptionName
special
protected java.lang.String special
specialOptions
protected java.util.List specialOptions
messageResources
protected MessageResources messageResources
addIssueTypeDisabled
protected boolean addIssueTypeDisabled
AdminFieldOptionsForm
public AdminFieldOptionsForm()
getSpecial
public java.lang.String getSpecial()
- Returns:
- Returns the localized string for the "Special" column
of this field. For example, for the State field this is the Stateflag.
setSpecial
public void setSpecial(java.lang.String special)
- Parameters:
special - Sets the localized string for the "Special" column
of this field. For example, for the State field this is the Stateflag.
For the Priority field, this is the associated warning level.
getEditLabel
public java.lang.String getEditLabel()
- Returns:
- Returns the editLabel.
setEditLabel
public void setEditLabel(java.lang.String editLabel)
- Parameters:
editLabel - The editLabel to set.
getEditSpecial
public java.lang.Integer getEditSpecial()
- Returns:
- Returns the editSpecial.
setEditSpecial
public void setEditSpecial(java.lang.Integer editSpecial)
- Parameters:
editSpecial - The editSpecial to set.
isEdit
public boolean isEdit()
- Returns:
- Returns the isEdit.
setEdit
public void setEdit(boolean isEdit)
- Parameters:
isEdit - The isEdit to set.
getTheIndex
public java.lang.Integer getTheIndex()
- Returns:
- Returns the theIndex.
setTheIndex
public void setTheIndex(java.lang.Integer theIndex)
- Parameters:
theIndex - The theIndex to set.
getTheFieldName
public java.lang.String getTheFieldName()
- Returns:
- Returns the theFieldName.
setTheFieldName
public void setTheFieldName(java.lang.String theFieldName)
- Parameters:
theFieldName - The theFieldName to set.
getAction
public java.lang.String getAction()
- Returns:
- Returns the action.
setAction
public void setAction(java.lang.String action)
- Parameters:
action - The action to set.
getDeleteIndex
public java.lang.Integer getDeleteIndex()
- Returns:
- Returns the deleteIndex.
setDeleteIndex
public void setDeleteIndex(java.lang.Integer deleteIndex)
- Parameters:
deleteIndex - The deleteIndex to set.
getLines
public DisplayLine[] getLines()
- Returns:
- Returns the lines.
setLines
public void setLines(DisplayLine[] lines)
- Parameters:
lines - The lines to set.
getTheField
public java.lang.Integer getTheField()
- Returns:
- Returns the field.
setTheField
public void setTheField(java.lang.Integer afield)
- Parameters:
field - The field to set.
isHasSpecial
public boolean isHasSpecial()
- Returns:
- Returns the hasSpecial.
setHasSpecial
public void setHasSpecial(boolean hasSpecial)
- Parameters:
hasSpecial - The hasSpecial to set.
getEditObjectID
public java.lang.Integer getEditObjectID()
- Returns:
- Returns the editObjectID.
setEditObjectID
public void setEditObjectID(java.lang.Integer editObjectID)
- Parameters:
editObjectID - The editObjectID to set.
isAdd
public boolean isAdd()
- Returns:
- Returns the isAdd.
setAdd
public void setAdd(boolean isAdd)
- Parameters:
isAdd - The isAdd to set.
reset
public void reset(ActionMapping mapping,
HttpServletRequest request)
- Reset all properties to their default values.
- Parameters:
mapping - The mapping used to select this instancerequest - The servlet request we are processing
validate
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
- Validate the properties that have been set from this HTTP request,
and return an
ActionErrors object that encapsulates any
validation errors that have been found. If no errors are found, return
null or an ActionErrors object with no
recorded error messages.
- Parameters:
mapping - The mapping used to select this instancerequest - The servlet request we are processing
isDelete
public boolean isDelete()
- Returns:
- Returns the isDelete.
setDelete
public void setDelete(boolean isDelete)
- Parameters:
isDelete - The isDelete to set.
getReplacementOption
public java.lang.Integer getReplacementOption()
- Returns:
- Returns the replacementOption.
setReplacementOption
public void setReplacementOption(java.lang.Integer replacementOption)
- Parameters:
replacementOption - The replacementOption to set.
getReplacementOptions
public java.util.ArrayList getReplacementOptions()
- Returns:
- Returns the replacementOptions.
setReplacementOptions
public void setReplacementOptions(java.util.ArrayList replacementOptions)
- Parameters:
replacementOptions - The replacementOptions to set.
getDeleteOptionName
public java.lang.String getDeleteOptionName()
- Returns:
- Returns the deleteOptionName.
setDeleteOptionName
public void setDeleteOptionName(java.lang.String deleteOptionName)
- Parameters:
deleteOptionName - The deleteOptionName to set.
getMessageResources
public MessageResources getMessageResources()
- Returns:
- Returns the messageResources.
setMessageResources
public void setMessageResources(MessageResources messageResources)
- Parameters:
messageResources - The messageResources to set.
isProjectListTypeDependent
public boolean isProjectListTypeDependent()
- Returns:
- Returns the isProjectListTypeDependent.
setProjectListTypeDependent
public void setProjectListTypeDependent(boolean isProjectListTypeDependent)
- Parameters:
isProjectListTypeDependent - The isProjectListTypeDependent to set.
getSpecialOptions
public java.util.List getSpecialOptions()
- Returns:
- Returns the specialOptions.
setSpecialOptions
public void setSpecialOptions(java.util.List specialOptions)
- Parameters:
specialOptions - The specialOptions to set.
isAddIssueTypeDisabled
public boolean isAddIssueTypeDisabled()
- Returns:
- the addIssueTypeDisabled
setAddIssueTypeDisabled
public void setAddIssueTypeDisabled(boolean addIssueTypeDisabled)
- Parameters:
addIssueTypeDisabled - the addIssueTypeDisabled to set
Issue Tracking with Track+: Home Page Copyright © 2008 Trackplus. All Rights Reserved.