com.atlassian.jira.webtests
Class CustomFieldValue

java.lang.Object
  extended by com.atlassian.jira.webtests.CustomFieldValue

public class CustomFieldValue
extends Object


Constructor Summary
CustomFieldValue(String cfId, String cfType, String cfValue)
           
 
Method Summary
 String getCfId()
           
 String getCfType()
           
 String getCfValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldValue

public CustomFieldValue(String cfId,
                        String cfType,
                        String cfValue)
Method Detail

getCfId

public String getCfId()

getCfType

public String getCfType()

getCfValue

public String getCfValue()


Copyright © 2002-2012 Atlassian. All Rights Reserved.