Class LocatedMfgItemInstance
java.lang.Object
com.technia.dsx.app.model.DefaultObjectReference
com.technia.dsx.threedspace.mfg.item.LocatedMfgItemInstance
- All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable
,com.technia.dsx.app.model.Referable
,com.technia.dsx.app.model.WithOwnerInfo
public class LocatedMfgItemInstance
extends com.technia.dsx.app.model.DefaultObjectReference
implements com.technia.dsx.app.model.WithOwnerInfo
Document me
- Since:
- 2024-01-15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getOwner()
com.technia.dsx.app.model.Referable
getTitle()
int
void
setCollabSpace
(String collabSpace) void
setDescription
(String description) void
void
setOrganization
(String organization) void
void
setParentObject
(com.technia.dsx.app.model.Referable parentObject) void
void
setTotalItems
(int totalItems) toString()
Methods inherited from class com.technia.dsx.app.model.DefaultObjectReference
equals, getId, getIdentifier, getRelativePath, getSource, getType, hashCode, setId, setIdentifier, setRelativePath, setSource, setType
-
Constructor Details
-
LocatedMfgItemInstance
public LocatedMfgItemInstance()
-
-
Method Details
-
getParentObject
public com.technia.dsx.app.model.Referable getParentObject() -
setParentObject
public void setParentObject(com.technia.dsx.app.model.Referable parentObject) -
getTotalItems
public int getTotalItems() -
setTotalItems
public void setTotalItems(int totalItems) -
getTitle
-
setTitle
-
getName
-
setName
-
getDescription
-
setDescription
-
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
-
setCollabSpace
-
toString
- Overrides:
toString
in classcom.technia.dsx.app.model.DefaultObjectReference
-