com.rapidtransform.part.model
Class Assembly
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.core.model.VersionControlled
com.rapidtransform.part.model.ItemView
com.rapidtransform.part.model.Assembly
- All Implemented Interfaces:
- Classified, Model, Versioned, Approvable, OrganizationalData, OrganizationElement, ItemInformation, FinalDefinition, PhysicalInstanceDefinition, java.io.Serializable
public class Assembly
- extends ItemView
An Assembly is a type of ItemView that represents an ItemVersion with sub-items.
- Author:
- Steve Werner
- See Also:
- Serialized Form
Methods inherited from class com.rapidtransform.part.model.ItemView |
addAlias, addApplicationContext, addDocument, addItemInstance, equals, getAdditionalContexts, getAliases, getDocuments, getInitialContext, getItemFunctions, getItemInstances, getItemVersion, getItemViewRelations, getName, getViewInstanceRelations, hashCode, setAdditionalContexts, setAliases, setDocuments, setInitialContext, setItemFunctions, setItemInstances, setItemVersion, setItemViewRelations, setName, setViewInstanceRelations |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Assembly
public Assembly()
- default constructor
Assembly
public Assembly(java.lang.String name,
ItemVersion initialVersion,
ApplicationContext initialContext,
Assembly.AssemblyType type)
- Construct an assembly with the given name, associated ItemVersion, and type
getType
public Assembly.AssemblyType getType()
- Returns:
- Returns the type.
setType
public void setType(Assembly.AssemblyType assemblyType)
- Parameters:
type
- The type to set.