com.rapidtransform.product.model
Class SupplierSolution

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.core.model.VersionControlled
          extended by com.rapidtransform.product.model.Product
              extended by com.rapidtransform.product.model.AlternateSolution
                  extended by com.rapidtransform.product.model.SupplierSolution
All Implemented Interfaces:
Classified, Model, Versioned, Documented, Approvable, OrganizationalData, OrganizationElement, Complex, PhysicalInstanceDefinition, ProductConstituent, Effective, Specified, java.io.Serializable

public class SupplierSolution
extends AlternateSolution

An alternate solution provided by a specific supplier.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
SupplierSolution()
           
 
Method Summary
 java.lang.Integer getProbabilityRate()
           
 Organization getSupplier()
           
 void setProbabilityRate(java.lang.Integer probabilityRate)
           
 void setSupplier(Organization supplier)
           
 
Methods inherited from class com.rapidtransform.product.model.Product
equals, getAliases, getComplexProductRelations, getDescription, getDesignContraintAssociations, getDocuments, getName, getProductClass, getProductId, getProductStructureRelations, getSpecs, hashCode, setAliases, setComplexProductRelations, setDescription, setDesignContraintAssociations, setDocuments, setName, setProductClass, setProductId, setProductStructureRelations, setSpecs
 
Methods inherited from class com.rapidtransform.core.model.VersionControlled
getCreatedBy, getCreatedDate, getIteration, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setIteration, setModifiedBy, setModifiedDate
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplierSolution

public SupplierSolution()
Method Detail

getProbabilityRate

public java.lang.Integer getProbabilityRate()
Returns:
Returns the probabilityRate.

setProbabilityRate

public void setProbabilityRate(java.lang.Integer probabilityRate)
Parameters:
probabilityRate - The probabilityRate to set.

getSupplier

public Organization getSupplier()
Returns:
Returns the supplier.

setSupplier

public void setSupplier(Organization supplier)
Parameters:
supplier - The supplier to set.