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.ReferablegetTitle()intvoidsetCollabSpace(String collabSpace) voidsetDescription(String description) voidvoidsetOrganization(String organization) voidvoidsetParentObject(com.technia.dsx.app.model.Referable parentObject) voidvoidsetTotalItems(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:
getOwnerin interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOwner
-
getOrganization
- Specified by:
getOrganizationin interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setOrganization
-
getCollabSpace
- Specified by:
getCollabSpacein interfacecom.technia.dsx.app.model.WithOwnerInfo
-
setCollabSpace
-
toString
- Overrides:
toStringin classcom.technia.dsx.app.model.DefaultObjectReference
-