Class MfgInstanceDetails

All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable, com.technia.dsx.app.model.PLMRelationship, com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithDescription, com.technia.dsx.app.model.WithOwnerInfo

public class MfgInstanceDetails extends MfgInstance
Document me
Since:
2024-01-16
  • Constructor Details

    • MfgInstanceDetails

      public MfgInstanceDetails()
  • Method Details

    • getQuantity

      public Quantity getQuantity()
    • setQuantity

      public void setQuantity(Quantity quantity)
    • getLossQuantity

      public Double getLossQuantity()
    • setLossQuantity

      public void setLossQuantity(Double lossQuantity)
    • getConstQty

      public Boolean getConstQty()
    • setConstQty

      public void setConstQty(Boolean constQty)
    • getUseCase

      public String getUseCase()
    • setUseCase

      public void setUseCase(String useCase)
    • getReferencedObject

      public com.technia.dsx.app.model.Referable getReferencedObject()
    • setReferencedObject

      public void setReferencedObject(com.technia.dsx.app.model.Referable referencedObject)