Class Attributes

java.lang.Object
com.technia.dsx.threedspace.eng.item.Attributes
Direct Known Subclasses:
EngItemModifyData

public class Attributes extends Object
  • Constructor Details

    • Attributes

      public Attributes()
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getEnterpriseReference

      public EnterpriseReference getEnterpriseReference()
    • setEnterpriseReference

      public void setEnterpriseReference(EnterpriseReference enterpriseReference)
    • setEnterpriseReference

      public void setEnterpriseReference(String partNumber)
    • getEnterpriseAttributes

      public Map<String,Object> getEnterpriseAttributes()
    • setEnterpriseAttributes

      public void setEnterpriseAttributes(Map<String,Object> enterpriseAttributes)
    • getConfigured

      public ConfiguredData getConfigured()
    • setConfigured

      public void setConfigured(ConfiguredData configured)
    • getChangeControl

      public String getChangeControl()
    • setChangeControl

      public void setChangeControl(String changeControl)
    • getManufacturable

      public Boolean getManufacturable()
    • setManufacturable

      public void setManufacturable(Boolean manufacturable)
    • getCustomerAttributes

      public Map<String,Object> getCustomerAttributes()
    • setCustomerAttributes

      public void setCustomerAttributes(Map<String,Object> customerAttributes)