com.rapidtransform.org.model
Class Approval

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.org.model.Approval
All Implemented Interfaces:
Model, java.io.Serializable

public class Approval
extends AbstractBaseModel

An Approval is a judgment based on the quality of product data from an organization that is subject to approval. The approval represents a statement from technical or management resources about the qualification of an organization and if certain requirements are met. The absence of an approval for an organization does not have any implied meaning.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
Approval()
           
 
Method Summary
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Approval

public Approval()