ix.icore.domain
Class ProductSchema

java.lang.Object
  |
  +--ix.icore.domain.ProductSchema
All Implemented Interfaces:
ProductSchemaSymbols

public class ProductSchema
extends java.lang.Object
implements ProductSchemaSymbols

A description of a process product.


Field Summary
 java.lang.Object name
           
 
Fields inherited from interface ix.icore.domain.ProductSchemaSymbols
K_NAME
 
Constructor Summary
ProductSchema(LList def)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.Object name
Constructor Detail

ProductSchema

public ProductSchema(LList def)