org.zeroexchange.collaboration.contract.flow.assessment
Class AssessmentDescriptor
java.lang.Object
org.zeroexchange.collaboration.contract.flow.assessment.AssessmentDescriptor
- All Implemented Interfaces:
- Serializable
public class AssessmentDescriptor
- extends Object
- implements Serializable
- Author:
- black
- See Also:
- Serialized Form
AssessmentDescriptor
public AssessmentDescriptor()
getSupplier
public User getSupplier()
- Returns:
- the supplier
setSupplier
public void setSupplier(User supplier)
- Parameters:
supplier
- the supplier to set
getResource
public Resource getResource()
- Returns:
- the resource
setResource
public void setResource(Resource resource)
- Parameters:
resource
- the resource to set
getValue
public BigDecimal getValue()
- Returns:
- the value
setValue
public void setValue(BigDecimal value)
- Parameters:
value
- the value to set
getAssessmentType
public String getAssessmentType()
- Returns:
- the assessmentType
setAssessmentType
public void setAssessmentType(String assessmentType)
- Parameters:
assessmentType
- the assessmentType to set
getComment
public String getComment()
- Returns:
- the comment
setContractId
public void setContractId(Integer contractId)
getContractId
public Integer getContractId()
- Returns:
- the contractId
setComment
public void setComment(String comment)
- Parameters:
comment
- the comment to set
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
-
- Overrides:
equals
in class Object
Copyright © 2013. All Rights Reserved.