Class MfgItem
java.lang.Object
com.technia.dsx.threedspace.common.ItemBase
com.technia.dsx.threedspace.common.ItemWithCustomerAttributes
com.technia.dsx.threedspace.mfg.item.MfgItem
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable
,com.technia.dsx.app.model.PLMObject
,com.technia.dsx.app.model.PLMObjectBasics
,com.technia.dsx.app.model.WithCEStamp
,com.technia.dsx.app.model.WithDescription
,com.technia.dsx.app.model.WithOwnerInfo
,com.technia.dsx.app.model.WithTitle
- Direct Known Subclasses:
MfgItemDetails
Document me
- Since:
- 2023-04-05
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.technia.dsx.app.model.Referable
void
setConfigured
(Boolean configured) void
setEnterpriseReference
(EnterpriseReference enterpriseReference) void
setResultingEngItem
(ResultingEngItem resultingEngItem) void
setScopeEngItem
(com.technia.dsx.app.model.Referable scopeEngItem) void
setSupportedTypes
(List<String> supportedTypes) Methods inherited from class com.technia.dsx.threedspace.common.ItemWithCustomerAttributes
getCustomerAttributes, setCustomerAttributes, withCustomerAttributes
Methods inherited from class com.technia.dsx.threedspace.common.ItemBase
getCestamp, getCEStamp, getCollabSpace, getCreated, getDescription, getId, getModified, getName, getOrganization, getOwner, getRevision, getState, getTitle, getType, setCestamp, setCEStamp, setCollabSpace, setCreated, setCreated, setCreated, setDescription, setId, setModified, setModified, setModified, setName, setOrganization, setOwner, setRevision, setState, setTitle, setType, toString
-
Constructor Details
-
MfgItem
public MfgItem()
-
-
Method Details
-
getSupportedTypes
-
setSupportedTypes
-
getConfigured
-
setConfigured
-
getScopeEngItem
public com.technia.dsx.app.model.Referable getScopeEngItem() -
setScopeEngItem
public void setScopeEngItem(com.technia.dsx.app.model.Referable scopeEngItem) -
getResultingEngItem
-
setResultingEngItem
-
getEnterpriseReference
-
setEnterpriseReference
-