Package com.ptc.windchill.esi.ov
Class AssignedOptionSetResult
java.lang.Object
com.ptc.windchill.esi.ov.AssignedOptionSetResult
- All Implemented Interfaces:
Serializable
Hold the information about Option set assignment for an object.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssignedOptionSetResult(Serializable delegateResult, Persistable anObject, Persistable context) Creates an OptionSetAssignmentResult for an assignedToObject object for which delegateResult is returned by OptionService
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionfinal OptionSetAssignableReturns an OptionSetAssignable that associates Option Set to an Object by way of containment or master relationship.final PersistableReturns an object for which this Option Set result is returned.final PersistableAn object from which the assignment of option set is derived from
Supported API: truefinal OptionSetReturns an assigned Option Set.final booleanReturns true if Option Set is overriden.
-
Constructor Details
-
AssignedOptionSetResult
public AssignedOptionSetResult(Serializable delegateResult, Persistable anObject, Persistable context) throws WTException Creates an OptionSetAssignmentResult for an assignedToObject object for which delegateResult is returned by OptionService
Supported API: true- Parameters:
delegateResult- - Result returned by OptionServiceanObject- - Input configurable object for which to look for an associated option set.context- - A context for anObject. This is typically a immediate parent under which anObject is added as child object.- Throws:
WTException
-
-
Method Details
-
getAssignmentDerivedFrom
An object from which the assignment of option set is derived from
Supported API: true- Returns:
- the assignmentDerivedFrom
-
getAssignedToObject
Returns an object for which this Option Set result is returned.
Supported API: true- Returns:
- the assignedToObject
-
getOptionSet
Returns an assigned Option Set.
Supported API: true- Returns:
- an optionSet
-
getAssignedBy
Returns an OptionSetAssignable that associates Option Set to an Object by way of containment or master relationship.
Supported API: true- Returns:
- an assignedBy
-
isOverridden
public final boolean isOverridden()Returns true if Option Set is overriden. A false otherwise.
Supported API: true- Returns:
- the isOverriden
-