@PublicApi
public interface CustomFieldFactory
CustomField
objects.Modifier and Type | Method and Description |
---|---|
CustomField |
copyOf(CustomField customField)
Creates a new instance of
CustomField , which is a copy of the given one. |
CustomField |
create(org.ofbiz.core.entity.GenericValue genericValue)
Creates a new instance of
CustomField . |
CustomField create(org.ofbiz.core.entity.GenericValue genericValue)
CustomField
.genericValue
- A GenericValue
that represents the custom field.CustomField
, created from the given generic value.CustomField copyOf(CustomField customField)
CustomField
, which is a copy of the given one.customField
- The CustomField
to copy from.CustomField
, copied from the given one.Copyright © 2002-2015 Atlassian. All Rights Reserved.