Primavera Integration API Release 8

com.primavera.integration.common.value
Class ResourceRequestCriterion

java.lang.Object
  extended by com.primavera.integration.common.value.ResourceRequestCriterion
All Implemented Interfaces:
Serializable

public class ResourceRequestCriterion
extends Object
implements 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:
Serialized Form

Constructor Summary
ResourceRequestCriterion()
           
ResourceRequestCriterion(CriterionType type, ObjectId valueObjectId, Proficiency proficiency)
           
 
Method Summary
 boolean equals(Object object)
           
 CriterionType getCriterionType()
           
 Proficiency getProficiency()
           
 ObjectId getValueObjectId()
           
 int hashCode()
           
 void setCriterionType(CriterionType type)
           
 void setProficiency(Proficiency proficiency)
           
 void setValueObjectId(ObjectId valueObjectId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceRequestCriterion

public ResourceRequestCriterion()

ResourceRequestCriterion

public ResourceRequestCriterion(CriterionType type,
                                ObjectId valueObjectId,
                                Proficiency proficiency)
Method Detail

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getCriterionType

public CriterionType getCriterionType()

getValueObjectId

public ObjectId getValueObjectId()

getProficiency

public Proficiency getProficiency()

setCriterionType

public void setCriterionType(CriterionType type)

setValueObjectId

public void setValueObjectId(ObjectId valueObjectId)

setProficiency

public void setProficiency(Proficiency proficiency)

toString

public String toString()
Overrides:
toString in class Object

Primavera Integration API Release 8

Copyright © 2003, 2010, Oracle and/or its affiliates. All rights reserved.