com.rapidtransform.org.model
Class ApprovalStatus

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

public class ApprovalStatus
extends AbstractBaseModel
implements OrganizationElement, OrganizationalData

This class contains the state of acceptance for some product data.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ApprovalStatus()
           
 
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

ApprovalStatus

public ApprovalStatus()