Class MfgInstanceAttributes

java.lang.Object
com.technia.dsx.threedspace.mfg.instance.MfgInstanceAttributes
Direct Known Subclasses:
ModifyMfgInstanceInput

public class MfgInstanceAttributes extends Object
Document me
Since:
2024-01-17
  • Constructor Details

    • MfgInstanceAttributes

      public MfgInstanceAttributes()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getQuantity

      public Quantity getQuantity()
    • withQuantity

      public Quantity withQuantity()
    • setQuantity

      public void setQuantity(Quantity quantity)
    • getCustomerAttributes

      public CustomerAttributes getCustomerAttributes()
    • withCustomerAttributes

      public CustomerAttributes withCustomerAttributes()
    • setCustomerAttributes

      public void setCustomerAttributes(CustomerAttributes customerAttributes)