com.cassinidivision.core.eocontrol
Class EOEnterpriseObject_Helper

java.lang.Object
  extended bycom.cassinidivision.core.eocontrol.EOEnterpriseObject_Helper

public class EOEnterpriseObject_Helper
extends Object

EOEnterpriseObject utility methods.


Constructor Summary
EOEnterpriseObject_Helper()
           
 
Method Summary
static Object valueForPrimaryKey(EOEnterpriseObject anEO)
          Return the primary key value for the enterprise object specified.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOEnterpriseObject_Helper

public EOEnterpriseObject_Helper()
Method Detail

valueForPrimaryKey

public static Object valueForPrimaryKey(EOEnterpriseObject anEO)
Return the primary key value for the enterprise object specified.

The EO must not have a compound primary key; an exception will be thrown if this is the case.

Parameters:
anEO - The EO in question.
Returns:
The primary key value for the EO, or null if the EO has not yet been saved to the database.