Class ResultingEngItem

java.lang.Object
com.technia.dsx.threedspace.mfg.item.ResultingEngItem
com.technia.dsx.threedspace.mfg.resulting.ResultingEngItem
All Implemented Interfaces:
com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithOwnerInfo

public class ResultingEngItem extends ResultingEngItem implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithOwnerInfo
Document me
Since:
2024-01-16
  • Constructor Details

    • ResultingEngItem

      public ResultingEngItem()
  • Method Details

    • getModified

      public LocalDateTime getModified()
    • setModified

      public void setModified(LocalDateTime modified)
    • getCreated

      public LocalDateTime getCreated()
    • setCreated

      public void setCreated(LocalDateTime created)
    • getCEStamp

      public String getCEStamp()
      Specified by:
      getCEStamp in interface com.technia.dsx.app.model.WithCEStamp
    • setCEStamp

      public void setCEStamp(String cestamp)
    • getOwner

      public String getOwner()
      Specified by:
      getOwner in interface com.technia.dsx.app.model.WithOwnerInfo
    • setOwner

      public void setOwner(String owner)
    • getOrganization

      public String getOrganization()
      Specified by:
      getOrganization in interface com.technia.dsx.app.model.WithOwnerInfo
    • setOrganization

      public void setOrganization(String organization)
    • getCollabSpace

      public String getCollabSpace()
      Specified by:
      getCollabSpace in interface com.technia.dsx.app.model.WithOwnerInfo
    • setCollaSpace

      public void setCollaSpace(String collabspace)
    • getProductConfiguration

      public com.technia.dsx.app.model.Referable getProductConfiguration()
    • setProductConfiguration

      public void setProductConfiguration(com.technia.dsx.app.model.Referable productConfiguration)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class ResultingEngItem
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ResultingEngItem
    • toString

      public String toString()
      Overrides:
      toString in class ResultingEngItem