Class LocatedEngItemInstance

java.lang.Object
com.technia.dsx.app.model.DefaultObjectReference
com.technia.dsx.threedspace.eng.item.LocatedEngItemInstance
All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable, com.technia.dsx.app.model.Referable, com.technia.dsx.app.model.WithCEStamp

public class LocatedEngItemInstance extends com.technia.dsx.app.model.DefaultObjectReference implements com.technia.dsx.app.model.WithCEStamp
Document me
Since:
2024-01-15
  • Constructor Details

    • LocatedEngItemInstance

      public LocatedEngItemInstance()
  • Method Details

    • getParentObject

      public com.technia.dsx.app.model.Referable getParentObject()
    • setParentObject

      public void setParentObject(com.technia.dsx.app.model.Referable parentObject)
    • getModified

      public LocalDateTime getModified()
    • setModified

      public void setModified(LocalDateTime modified)
    • getCreated

      public LocalDateTime getCreated()
    • setCreated

      public void setCreated(LocalDateTime created)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCEStamp

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

      public void setCEStamp(String cestamp)
    • toString

      public String toString()
      Overrides:
      toString in class com.technia.dsx.app.model.DefaultObjectReference