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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getType()inthashCode()voidsetCEStamp(String cestamp) voidsetCreated(long epocMillis) voidsetCreated(String iso) voidsetCreated(LocalDateTime created) voidsetDescription(String description) voidsetFindNumber(String findNumber) voidvoidsetModified(long epocMillis) voidsetModified(String iso) voidsetModified(LocalDateTime modified) voidvoidsetReservedBy(String reservedBy) voidsetSupportedTypes(List<String> supportedTypes) voidtoString()
-
Constructor Details
-
DefaultRelationship
public DefaultRelationship()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacecom.technia.dsx.app.model.Identifiable
-
setId
-
getType
- Specified by:
getTypein interfacecom.technia.dsx.app.model.PLMRelationship
-
setType
-
getModified
- Specified by:
getModifiedin interfacecom.technia.dsx.app.model.PLMRelationship
-
setModified
-
setModified
public void setModified(long epocMillis) -
setModified
-
getCreated
- Specified by:
getCreatedin interfacecom.technia.dsx.app.model.PLMRelationship
-
setCreated
-
setCreated
public void setCreated(long epocMillis) -
setCreated
-
getName
-
setName
-
getDescription
- Specified by:
getDescriptionin interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
getFindNumber
-
setFindNumber
-
getSupportedTypes
-
setSupportedTypes
-
getReservedBy
-
setReservedBy
-
getCEStamp
- Specified by:
getCEStampin interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
equals
-
hashCode
public int hashCode() -
toString
-