com.atlassian.jira.issue.fields.layout.field
Class FieldLayoutItemImpl

java.lang.Object
  extended bycom.atlassian.jira.issue.fields.layout.field.FieldLayoutItemImpl
All Implemented Interfaces:
Comparable, FieldLayoutItem

public class FieldLayoutItemImpl
extends Object
implements FieldLayoutItem


Constructor Summary
FieldLayoutItemImpl(OrderableField orderableField, String description, boolean hidden, boolean required)
           
FieldLayoutItemImpl(OrderableField orderableField, String description, boolean hidden, boolean required, String rendererType)
          Field Item implementation constructor.
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getFieldDescription()
           
 OrderableField getOrderableField()
           
 String getRendererType()
           
 int hashCode()
           
 boolean isHidden()
           
 boolean isRequired()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldLayoutItemImpl

public FieldLayoutItemImpl(OrderableField orderableField,
                           String description,
                           boolean hidden,
                           boolean required)

FieldLayoutItemImpl

public FieldLayoutItemImpl(OrderableField orderableField,
                           String description,
                           boolean hidden,
                           boolean required,
                           String rendererType)
Field Item implementation constructor.

Parameters:
orderableField - See FieldManager.getOrderableField(java.lang.String)
description - Field description
hidden - Whether field is hidden
required - Whether field is required.
Method Detail

getOrderableField

public OrderableField getOrderableField()
Specified by:
getOrderableField in interface FieldLayoutItem

getFieldDescription

public String getFieldDescription()
Specified by:
getFieldDescription in interface FieldLayoutItem

isHidden

public boolean isHidden()
Specified by:
isHidden in interface FieldLayoutItem

isRequired

public boolean isRequired()
Specified by:
isRequired in interface FieldLayoutItem

getRendererType

public String getRendererType()
Specified by:
getRendererType in interface FieldLayoutItem

toString

public String toString()

equals

public boolean equals(Object o)

hashCode

public int hashCode()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2002-2006 Atlassian. All Rights Reserved.