Package wt.vc.baseline
Class FloatingBaselineMember
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.vc.baseline._FloatingBaselineMember
wt.vc.baseline.FloatingBaselineMember
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.type._TypeManaged,wt.type.TypeManaged,wt.vc.baseline._FloatingBaselineMemberTypeInterface,wt.vc.baseline.FloatingBaselineMemberTypeInterface
@GenAsBinaryLink(superClass=ObjectToObjectLink.class,interfaces={wt.type.TypeManaged.class,wt.iba.value.IBAHolder.class,wt.vc.baseline.FloatingBaselineMemberTypeInterface.class},extendable=true,properties={@GeneratedProperty(name="memberVersion",type=VersionReference.class,javaDoc="Optional version reference of baseline member depending on required behavior of association.",constraints=@PropertyConstraints(required=false)),@GeneratedProperty(name="status",type=java.lang.String.class,javaDoc="The status of this Baseline member object associated with Baseline.",constraints=@PropertyConstraints(upperLimit=450,required=false),columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="lockStatus",type=java.lang.Integer.class,initialValue="0",javaDoc="Attribute value zero means link is unlocked. Attribute value one means link is locked. Attribute value other than zero and one can be used for customization as required.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(defaultValue="0")),@GeneratedProperty(name="healthStatusType",type=BaseHealthStatusType.class,javaDoc="Health status of context PlanActivity which is linked with Baseline member object."),@GeneratedProperty(name="deadline",type=java.sql.Timestamp.class,javaDoc="Deadline of context PlanActivity which is linked with Baseline member object.")},roleA=@GeneratedRole(name="theBaseline",type=Baseline.class,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="theBaselinableMemberMaster",type=Mastered.class,cardinality=ONE_TO_MANY),tableProperties=@TableProperties(compositeUnique1="+ roleAObjectRef.key.id+roleBObjectRef.key.id",compositeIndex3="memberVersion.key.branchId"),iconProperties=@IconProperties(standardIcon="netmarkets/images/floatingbaselinebember.png",openIcon="netmarkets/images/floatingbaselinebember.png"))
public class FloatingBaselineMember
extends wt.vc.baseline._FloatingBaselineMember
This association is named "LotBaseline" to Baselineable masters. The name here is consistent with other Windchill
associations.
FloatingBaselineMember links should only be created using LotBaselineService.addToLotBaseline(WTCollection, LotBaseline) or LotBaselineService.addToLotBaseline(LotBaseline, Baselineable).
FloatingBaselineMember links should only be deleted using LotBaselineService.removeFromBaseline(WTCollection, Baseline) or LotBaselineService.removeFromBaseline(Baselineable, Baseline).
Use the newFloatingBaselineMember static factory method(s), not the FloatingBaselineMember
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. Note that this factory method is not supported.
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration that indicates the association type while creating the association. -
Field Summary
Fields inherited from class wt.vc.baseline._FloatingBaselineMember
BASELINABLE_MEMBER_MASTER_ROLE, BASELINE_ROLE, DEADLINE, EXTERNALIZATION_VERSION_UID, HEALTH_STATUS_TYPE, LOCK_STATUS, MEMBER_VERSION, STATUSFields inherited from class wt.fc._ObjectToObjectLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.vc.baseline._FloatingBaselineMemberTypeInterface
TYPE_INFO_FLOATING_BASELINE_MEMBERFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic FloatingBaselineMembernewFloatingBaselineMember(Baseline baseline, Baselineable memberIteration, FloatingBaselineMember.AssociationType associationType) Factory method that creates FloatingBaselineMember association.Methods inherited from class wt.vc.baseline._FloatingBaselineMember
getAttributeContainer, getBaselinableMemberMaster, getBaseline, getClassInfo, getConceptualClassname, getDeadline, getHealthStatusType, getLockStatus, getStatus, getType, getTypeInfoFloatingBaselineMember, readExternal, readExternal, readVersion, setAttributeContainer, setBaselinableMemberMaster, setBaseline, setDeadline, setHealthStatusType, setLockStatus, setMemberVersion, setStatus, setTypeInfoFloatingBaselineMember, super_readExternal_FloatingBaselineMember, super_readVersion_FloatingBaselineMember, super_writeExternal_FloatingBaselineMember, writeExternal, writeExternalMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRemoteRoleAObjectId, getRemoteRoleBObjectId, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, isRoleANonpersistentProxy, isRoleBNonpersistentProxy, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.fc._ObjectToObjectLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_ObjectToObjectLink, super_readVersion_ObjectToObjectLink, super_writeExternal_ObjectToObjectLinkMethods inherited from class wt.fc.WTObject
checkAttributes, 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
-
newFloatingBaselineMember
public static FloatingBaselineMember newFloatingBaselineMember(Baseline baseline, Baselineable memberIteration, FloatingBaselineMember.AssociationType associationType) throws WTException Factory method that creates FloatingBaselineMember association. Use this method for creating association object. Supported API: true- Parameters:
baseline- - The baseline with witch this association needs to be createdmemberIteration- - The member of baselineassociationType- - The association type to indicate what type of association is expected. When association type is LATEST then memberVersion is set to null else will have version referece set for Baselinable- Returns:
- - The newly created instance of association
- Throws:
WTException
-