public class MockIssueConstant extends Object implements IssueConstant
NAME_COMPARATOR
Constructor and Description |
---|
MockIssueConstant(org.ofbiz.core.entity.GenericValue genericValue) |
MockIssueConstant(String id,
String name) |
public MockIssueConstant(org.ofbiz.core.entity.GenericValue genericValue)
public org.ofbiz.core.entity.GenericValue getGenericValue()
public String getId()
getId
in interface IssueConstant
public String getName()
getName
in interface IssueConstant
getName
in interface Named
public void setName(String name)
public String getDescription()
getDescription
in interface IssueConstant
getDescription
in interface NamedWithDescription
public void setDescription(String description)
public Long getSequence()
getSequence
in interface IssueConstant
public void setSequence(Long sequence)
public String getCompleteIconUrl()
IssueConstant
getCompleteIconUrl
in interface IssueConstant
public String getIconUrl()
getIconUrl
in interface IssueConstant
public String getIconUrlHtml()
IssueConstant
getIconUrlHtml
in interface IssueConstant
IssueConstant.getIconUrl()
public void setIconUrl(String iconURL)
public MockIssueConstant url(String url)
public String getNameTranslation()
getNameTranslation
in interface IssueConstant
public MockIssueConstant setTranslatedName(String translatedName)
public String getDescTranslation()
getDescTranslation
in interface IssueConstant
public String getNameTranslation(String locale)
getNameTranslation
in interface IssueConstant
public String getDescTranslation(String locale)
getDescTranslation
in interface IssueConstant
public String getNameTranslation(I18nHelper i18n)
getNameTranslation
in interface IssueConstant
public String getDescTranslation(I18nHelper i18n)
getDescTranslation
in interface IssueConstant
public void setTranslation(String translatedName, String translatedDesc, String issueConstantPrefix, Locale locale)
public com.opensymphony.module.propertyset.PropertySet getPropertySet()
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2002-2022 Atlassian. All Rights Reserved.