Class DefaultRelationship

java.lang.Object
com.technia.dsx.threedspace.eng.rel.DefaultRelationship
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
Direct Known Subclasses:
DefaultRelationship.Filterable, DefaultRelationship.WithReferenceObject, MfgInstance

public class DefaultRelationship extends Object implements com.technia.dsx.app.model.PLMRelationship, com.technia.dsx.app.model.WithDescription
  • Constructor Details

    • DefaultRelationship

      public DefaultRelationship()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface com.technia.dsx.app.model.Identifiable
    • setId

      public void setId(String id)
    • getType

      public String getType()
      Specified by:
      getType in interface com.technia.dsx.app.model.PLMRelationship
    • setType

      public void setType(String type)
    • getModified

      public LocalDateTime getModified()
      Specified by:
      getModified in interface com.technia.dsx.app.model.PLMRelationship
    • setModified

      public void setModified(LocalDateTime modified)
    • setModified

      public void setModified(long epocMillis)
    • setModified

      public void setModified(String iso)
    • getCreated

      public LocalDateTime getCreated()
      Specified by:
      getCreated in interface com.technia.dsx.app.model.PLMRelationship
    • setCreated

      public void setCreated(LocalDateTime created)
    • setCreated

      public void setCreated(long epocMillis)
    • setCreated

      public void setCreated(String iso)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.technia.dsx.app.model.WithDescription
    • 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 Object