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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getOwner()
com.technia.dsx.app.model.Referable
int
hashCode()
void
setCEStamp
(String cestamp) void
setCollaSpace
(String collabspace) void
setCreated
(LocalDateTime created) void
setModified
(LocalDateTime modified) void
setOrganization
(String organization) void
void
setProductConfiguration
(com.technia.dsx.app.model.Referable productConfiguration) toString()
Methods inherited from class com.technia.dsx.threedspace.mfg.item.ResultingEngItem
getComputed, getId, getResultingEngItem, getUsage, setComputed, setId, setResultingEngItem, setUsage
-
Constructor Details
-
ResultingEngItem
public ResultingEngItem()
-
-
Method Details
-
getModified
-
setModified
-
getCreated
-
setCreated
-
getCEStamp
- Specified by:
getCEStamp
in interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getOwner
- Specified by:
getOwner
in interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOwner
-
getOrganization
- Specified by:
getOrganization
in interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOrganization
-
getCollabSpace
- Specified by:
getCollabSpace
in interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setCollaSpace
-
getProductConfiguration
public com.technia.dsx.app.model.Referable getProductConfiguration() -
setProductConfiguration
public void setProductConfiguration(com.technia.dsx.app.model.Referable productConfiguration) -
equals
- Overrides:
equals
in classResultingEngItem
-
hashCode
public int hashCode()- Overrides:
hashCode
in classResultingEngItem
-
toString
- Overrides:
toString
in classResultingEngItem
-