Package com.ptc.windchill.mpml.formula
Class FormulaSet
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.mpml.formula._FormulaSet
com.ptc.windchill.mpml.formula.FormulaSet
- All Implemented Interfaces:
_FormulaValuated,FormulaValuated,Externalizable,Serializable,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsPersistable(superClass=WTObject.class,interfaces={FormulaValuated.class,WTContained.class,Foldered.class,wt.ownership.Ownable.class,DomainAdministered.class,wt.ufid.Federatable.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="name",type=java.lang.String.class,columnProperties=@ColumnProperties(persistent=true)),@GeneratedProperty(name="description",type=java.lang.String.class)},iconProperties=@IconProperties(standardIcon="netmarkets/images/formula_set.gif",openIcon="netmarkets/images/formula_set.gif"))
public class FormulaSet
extends _FormulaSet
Use the newFormulaSet static factory method(s), not the
FormulaSet constructor, to construct instances of this class.
Instances must be constructed using the static factory(s), in order
to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.windchill.mpml.formula._FormulaSet
DESCRIPTION, EXTERNALIZATION_VERSION_UID, NAMEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface com.ptc.windchill.mpml.formula._FormulaValuated
FORMULA_SET, FORMULA_SET_REFERENCEFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.folder.CabinetBased
FOLDER_PATH, LOCATIONFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class com.ptc.windchill.mpml.formula._FormulaSet
getCabinet, getCabinetName, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getDescription, getDomainRef, getFederatableInfo, getFolderingInfo, getFormulaSet, getFormulaSetReference, getName, getOwnership, getParentFolder, getType, isInheritedDomain, readExternal, readExternal, readVersion, setContainer, setContainerReference, setDescription, setDomainRef, setFederatableInfo, setFolderingInfo, setFormulaSet, setFormulaSetReference, setInheritedDomain, setName, setOwnership, super_readExternal_FormulaSet, super_readVersion_FormulaSet, super_writeExternal_FormulaSet, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newFormulaSet
Default factory for the class.
Supported API: true- Returns:
- FormulaSet
- Throws:
WTException
-