com.atlassian.jira.event.issue.field
Class CustomFieldDetailsImpl

java.lang.Object
  extended by com.atlassian.jira.event.issue.field.CustomFieldDetailsImpl
All Implemented Interfaces:
CustomFieldDetails

@Internal
public class CustomFieldDetailsImpl
extends Object
implements CustomFieldDetails

Since:
v6.2

Constructor Summary
CustomFieldDetailsImpl(CustomField customField)
           
 
Method Summary
 String getFieldTypeName()
           
 String getId()
           
 Long getIdAsLong()
           
 String getUntranslatedDescription()
           
 String getUntranslatedName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldDetailsImpl

public CustomFieldDetailsImpl(@Nonnull
                              CustomField customField)
Method Detail

getId

public String getId()
Specified by:
getId in interface CustomFieldDetails

getFieldTypeName

public String getFieldTypeName()
Specified by:
getFieldTypeName in interface CustomFieldDetails

getIdAsLong

public Long getIdAsLong()
Specified by:
getIdAsLong in interface CustomFieldDetails

getUntranslatedName

public String getUntranslatedName()
Specified by:
getUntranslatedName in interface CustomFieldDetails

getUntranslatedDescription

public String getUntranslatedDescription()
Specified by:
getUntranslatedDescription in interface CustomFieldDetails


Copyright © 2002-2014 Atlassian. All Rights Reserved.