com.atlassian.greenhopper.web.rapid.issue.fields
Class FieldDetailType

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailType

public class FieldDetailType
extends java.lang.Object

Data type for custom field details to be added to issue detail fields


Field Summary
 FieldDetailsCategory category
           
 FieldEditType editType
           
 
Constructor Summary
FieldDetailType(FieldEditType editType, FieldDetailsCategory category)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editType

public final FieldEditType editType

category

public final FieldDetailsCategory category
Constructor Detail

FieldDetailType

public FieldDetailType(FieldEditType editType,
                       FieldDetailsCategory category)


Copyright © 2007-2013 Atlassian. All Rights Reserved.