Class MfgItemCreateData

java.lang.Object
com.technia.dsx.threedspace.mfg.item.MfgItemCreateData
Direct Known Subclasses:
MfgItemModifyData

public class MfgItemCreateData extends Object
Document me
Since:
2023-04-06
  • Constructor Details

    • MfgItemCreateData

      public MfgItemCreateData()
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getOutsourced

      public Boolean getOutsourced()
    • setOutsourced

      public void setOutsourced(Boolean outsourced)
    • getPlanningRequired

      public Boolean getPlanningRequired()
    • setPlanningRequired

      public void setPlanningRequired(Boolean planningRequired)
    • getLotNumberRequired

      public Boolean getLotNumberRequired()
    • setLotNumberRequired

      public void setLotNumberRequired(Boolean lotNumberRequired)
    • getSerialNumberRequired

      public Boolean getSerialNumberRequired()
    • setSerialNumberRequired

      public void setSerialNumberRequired(Boolean serialNumberRequired)
    • getEstimatedTime

      public Double getEstimatedTime()
    • setEstimatedTime

      public void setEstimatedTime(Double estimatedTime)
    • getEstimatedCost

      public Double getEstimatedCost()
    • setEstimatedCost

      public void setEstimatedCost(Double estimatedCost)
    • getEstimatedCostCurrency

      public String getEstimatedCostCurrency()
    • setEstimatedCostCurrency

      public void setEstimatedCostCurrency(String estimatedCostCurrency)
    • getEstimatedLeadTimeDescription

      public String getEstimatedLeadTimeDescription()
    • setEstimatedLeadTimeDescription

      public void setEstimatedLeadTimeDescription(String estimatedLeadTimeDescription)
    • getEstimatedWeight

      public Double getEstimatedWeight()
    • setEstimatedWeight

      public void setEstimatedWeight(Double estimatedWeight)
    • getManufacturedItemClassification

      public String getManufacturedItemClassification()
    • setManufacturedItemClassification

      public void setManufacturedItemClassification(String manufacturedItemClassification)
    • getMaterialCategory

      public String getMaterialCategory()
    • setMaterialCategory

      public void setMaterialCategory(String materialCategory)
    • getSpareManufacturedItem

      public Boolean getSpareManufacturedItem()
    • setSpareManufacturedItem

      public void setSpareManufacturedItem(Boolean spareManufacturedItem)
    • getTargetReleaseDate

      public LocalDateTime getTargetReleaseDate()
    • setTargetReleaseDate

      public void setTargetReleaseDate(LocalDateTime targetReleaseDate)
    • setTargetReleaseDate

      public void setTargetReleaseDate(long epocMillis)
    • setTargetReleaseDate

      public void setTargetReleaseDate(String iso)
    • getDepthOfFeature

      public Double getDepthOfFeature()
    • setDepthOfFeature

      public void setDepthOfFeature(Double depthOfFeature)
    • getDiameterOfFeature

      public Double getDiameterOfFeature()
    • setDiameterOfFeature

      public void setDiameterOfFeature(Double diameterOfFeature)
    • getMfgFastenerStrategy

      public String getMfgFastenerStrategy()
    • setMfgFastenerStrategy

      public void setMfgFastenerStrategy(String mfgFastenerStrategy)
    • getMagnitude

      public Magnitude getMagnitude()
    • setMagnitude

      public void setMagnitude(Magnitude magnitude)
    • setMagnitude

      public void setMagnitude(String value)
    • getMfgItemEnterpriseAttributes

      public Map<String,Object> getMfgItemEnterpriseAttributes()
    • setMfgItemEnterpriseAttributes

      public void setMfgItemEnterpriseAttributes(Map<String,Object> mfgItemEnterpriseAttributes)
    • getCustomerAttributes

      public CustomerAttributes getCustomerAttributes()
    • withCustomerAttributes

      public CustomerAttributes withCustomerAttributes()
    • setCustomerAttributes

      public void setCustomerAttributes(CustomerAttributes customerAttributes)