Class ServiceEffectivityMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.arbortext.windchill.siscore.serviceeff._ServiceEffectivityMaster
com.ptc.arbortext.windchill.siscore.serviceeff.ServiceEffectivityMaster
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._Identified, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, Identified, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.recent.RecentlyVisited, wt.ufid._Federatable, wt.ufid.Federatable, wt.vc._Mastered, Mastered

@GenAsPersistable(superClass=WTObject.class,interfaces={Mastered.class,WTContained.class,wt.ufid.Federatable.class,Identified.class},extendable=true,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60),javaDoc="name is used for identification, but is not unique."),@GeneratedProperty(name="versionedTargetRef",type=VersionReference.class,constraints=@PropertyConstraints(required=false,changeable=FROZEN),columnProperties=@ColumnProperties(index=true),javaDoc="versionedTargetRef stores a VersionReference to the ServiceEffectivity target. For a single effectivity, either versionedTargetRef or objectTargetRef may be set, but not both. This constraint is enforced, but it is recommended to use the targetRef attribute for all target types, since it seamlessly accesses and sets the appropriate reference."),@GeneratedProperty(name="objectTargetRef",type=ObjectReference.class,constraints=@PropertyConstraints(required=false,changeable=FROZEN),columnProperties=@ColumnProperties(index=true),javaDoc="objectTargetRef stores an ObjectReference to the ServiceEffectivity target. For a single effectivity, either versionedTargetRef or objectTargetRef may be set, but not both. This constraint is enforced, but it is recommended to use the targetRef attribute for all target types, since it seamlessly accesses and sets the appropriate reference."),@GeneratedProperty(name="targetRef",type=WTReference.class,accessors=@PropertyAccessors(getAccess=PUBLIC),constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(persistent=false),javaDoc="targetRef stores a WTReference to the ServiceEffectivity target. This may be either a VersionReference or an ObjectReference.")},tableProperties=@TableProperties(compositeIndex1="versionedTargetRef.key.branchId",compositeIndex2="objectTargetRef.key.id",compositeIndex3="+UPPER(name)",oracleTableSize=HUGE)) public class ServiceEffectivityMaster extends _ServiceEffectivityMaster
This is Master for ServiceEffectivity
See Also: