com.buildforge.services.client.dbo
Class BOM

java.lang.Object
  extended by com.buildforge.services.client.dbo.BOM

public final class BOM
extends java.lang.Object

This class is not yet implemented. Represents user-defined BOM data. As the information is user-defined, it is not yet clear how it should be communicated through the API.


Field Summary
static java.lang.Class<BOM> CLASS
           
 
Constructor Summary
BOM(APIClientConnection conn)
           
 
Method Summary
 APIClientConnection getConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final java.lang.Class<BOM> CLASS
Constructor Detail

BOM

public BOM(APIClientConnection conn)
Method Detail

getConnection

public APIClientConnection getConnection()