Class ResourceRequestCriterion
java.lang.Object
com.primavera.integration.common.value.ResourceRequestCriterion
- All Implemented Interfaces:
Serializable
Resource Request Criterion are used with a ResourceRequest
to define the criteria for the resource request. The criterion is made up of a
CriterionType,
ObjectId, and
Proficiency.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceRequestCriterion(CriterionType type, ObjectId valueObjectId, Proficiency proficiency) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidsetProficiency(Proficiency proficiency) voidsetValueObjectId(ObjectId valueObjectId) toString()
-
Constructor Details
-
ResourceRequestCriterion
public ResourceRequestCriterion() -
ResourceRequestCriterion
public ResourceRequestCriterion(CriterionType type, ObjectId valueObjectId, Proficiency proficiency)
-
-
Method Details