public class CustomFieldWrapper extends Object
| Constructor and Description |
|---|
CustomFieldWrapper(org.mule.metadata.api.model.ObjectFieldType field,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.ObjectFieldType |
getFieldType() |
String |
getRecTypeName() |
String |
getType() |
boolean |
isAppliesToCase() |
boolean |
isAppliesToContact() |
boolean |
isAppliesToCustomer() |
boolean |
isAppliesToEmployee() |
boolean |
isAppliesToGroup() |
boolean |
isAppliesToInventory() |
boolean |
isAppliesToItemAssembly() |
boolean |
isAppliesToKit() |
boolean |
isAppliesToNonInventory() |
boolean |
isAppliesToOtherCharge() |
boolean |
isAppliesToProject() |
boolean |
isAppliesToService() |
boolean |
isAppliesToVendor() |
boolean |
isBodyCustomerPayment() |
boolean |
isBodyItemFulfillment() |
boolean |
isBodyItemReceipt() |
boolean |
isBodyJournal() |
boolean |
isBodyOpportunity() |
boolean |
isBodyPurchase() |
boolean |
isBodySale() |
boolean |
isColItemFulfillment() |
boolean |
isColItemReceipt() |
boolean |
isColJournal() |
boolean |
isColOpportunity() |
boolean |
isColPurchase() |
boolean |
isColSale() |
boolean |
isColTime() |
void |
setAppliesToCase(boolean appliesToCase) |
void |
setAppliesToContact(boolean appliesToContact) |
void |
setAppliesToCustomer(boolean appliesToCustomer) |
void |
setAppliesToEmployee(boolean appliesToEmployee) |
void |
setAppliesToInventory(boolean appliesToInventory) |
void |
setAppliesToItemAssembly(boolean appliesToItemAssembly) |
void |
setAppliesToKit(boolean appliesToKit) |
void |
setAppliesToNonInventory(boolean appliesToNonInventory) |
void |
setAppliesToOtherCharge(boolean appliesToOtherCharge) |
void |
setAppliesToProject(boolean appliesToProject) |
void |
setAppliesToService(boolean appliesToService) |
void |
setAppliesToVendor(boolean appliesToVendor) |
void |
setBodyCustomerPayment(boolean bodyCustomerPayment) |
void |
setBodyItemFulfillment(boolean bodyItemFulfillment) |
void |
setBodyItemReceipt(boolean bodyItemReceipt) |
void |
setBodyJournal(boolean bodyJournal) |
void |
setBodyOpportunity(boolean bodyOpportunity) |
void |
setBodyPurchase(boolean bodyPurchase) |
void |
setBodySale(boolean bodySale) |
void |
setColItemFulfillment(boolean colItemFulfillment) |
void |
setColItemReceipt(boolean colItemReceipt) |
void |
setColJournal(boolean colJournal) |
void |
setColOpportunity(boolean colOpportunity) |
void |
setColPurchase(boolean colPurchase) |
void |
setColSale(boolean colSale) |
void |
setColTime(boolean colTime) |
void |
setFieldType(org.mule.metadata.api.model.ObjectFieldType fieldType) |
void |
setRecTypeName(String recTypeName) |
void |
setType(String type) |
public CustomFieldWrapper(org.mule.metadata.api.model.ObjectFieldType field,
Node node)
throws XPathExpressionException
XPathExpressionExceptionpublic String getType()
public void setType(String type)
public String getRecTypeName()
public void setRecTypeName(String recTypeName)
public boolean isAppliesToCustomer()
public void setAppliesToCustomer(boolean appliesToCustomer)
public boolean isAppliesToEmployee()
public void setAppliesToEmployee(boolean appliesToEmployee)
public boolean isAppliesToContact()
public void setAppliesToContact(boolean appliesToContact)
public boolean isAppliesToInventory()
public void setAppliesToInventory(boolean appliesToInventory)
public boolean isAppliesToNonInventory()
public void setAppliesToNonInventory(boolean appliesToNonInventory)
public boolean isAppliesToItemAssembly()
public void setAppliesToItemAssembly(boolean appliesToItemAssembly)
public boolean isAppliesToProject()
public void setAppliesToProject(boolean appliesToProject)
public boolean isBodyCustomerPayment()
public void setBodyCustomerPayment(boolean bodyCustomerPayment)
public boolean isBodySale()
public void setBodySale(boolean bodySale)
public boolean isColSale()
public void setColSale(boolean colSale)
public boolean isBodyOpportunity()
public void setBodyOpportunity(boolean bodyOpportunity)
public boolean isColOpportunity()
public void setColOpportunity(boolean colOpportunity)
public boolean isBodyJournal()
public void setBodyJournal(boolean bodyJournal)
public boolean isColJournal()
public void setColJournal(boolean colJournal)
public boolean isAppliesToCase()
public void setAppliesToCase(boolean appliesToCase)
public boolean isAppliesToVendor()
public boolean isAppliesToGroup()
public void setAppliesToVendor(boolean appliesToVendor)
public boolean isBodyPurchase()
public void setBodyPurchase(boolean bodyPurchase)
public boolean isColPurchase()
public void setColPurchase(boolean colPurchase)
public boolean isColTime()
public void setColTime(boolean colTime)
public boolean isAppliesToKit()
public void setAppliesToKit(boolean appliesToKit)
public boolean isBodyItemFulfillment()
public void setBodyItemFulfillment(boolean bodyItemFulfillment)
public boolean isColItemFulfillment()
public void setColItemFulfillment(boolean colItemFulfillment)
public boolean isBodyItemReceipt()
public void setBodyItemReceipt(boolean bodyItemReceipt)
public boolean isColItemReceipt()
public void setColItemReceipt(boolean colItemReceipt)
public boolean isAppliesToService()
public void setAppliesToService(boolean appliesToService)
public org.mule.metadata.api.model.ObjectFieldType getFieldType()
public void setFieldType(org.mule.metadata.api.model.ObjectFieldType fieldType)
public boolean isAppliesToOtherCharge()
public void setAppliesToOtherCharge(boolean appliesToOtherCharge)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.