/* * T H E Copyright (c) The Theory Center, * Inc. 1997-1999. All Rights Re- * ||||| || served. Unpublished rights re- * || || served under the copyright laws * || |||| ||| ||| ||||| | || of the United States. The soft- * || || | | | || | || | | || ware contained on this media is * || || | ||||| || | || | || proprietary to and embodies the * || || | | || | || |||| confidential technology of * || || | ||| ||| || | The Theory Center. The possession * |||| or receipt of this information * does not convey any right to dis- * ||| || close its contents, reproduce it, * || | || or use, or license the use, for * || ||| |||| |||| ||| ||||| manufacture or sale, the informa- * || | | || | || | | || | tion or anything described * || ||||| || | || ||||| || therein. Any use, disclosure, or * || | | || | || | || reproduction without The Theory * ||| ||| || | || ||| || Center's prior written permission * is strictly prohibited. * * Generated By Theory's SmartGenerator: * At Mon Aug 09 13:22:16 EDT 1999 * * $Header: /smart/src/examples/extending/AlphaNumericSequencerExtension.java 7 8/25/99 1:13p Derrick $ */ package examples.extending; import theory.smart.foundation.*; import java.util.*; import java.rmi.*; import javax.ejb.*; import com.sun.java.util.collections.TreeMap; import com.sun.java.util.collections.TreeSet; import com.sun.java.util.collections.LinkedList; import com.sun.java.util.collections.ArrayList; import com.sun.java.util.collections.Iterator; import com.sun.java.util.collections.ListIterator; //$Import$_Begin ------------ CUSTOM CODE --------------- // Place additional import statements here //$Import$_End ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /** * * *
 * Primary Key = {@link examples.extending.AlphaNumericSequencerExtensionPk examples.extending.AlphaNumericSequencerExtensionPk}
 * 
* * * @see examples.extending.AlphaNumericSequencerExtensionPk * @see examples.extending.AlphaNumericSequencerExtensionHome * @see examples.extending.AlphaNumericSequencerExtensionImpl * @see examples.extending.AlphaNumericSequencerExtensionValue * */ public interface AlphaNumericSequencerExtension extends theory.smart.axiom.util.AlphaNumericSequencer //$Implements$_Begin ------------ CUSTOM CODE --------------- // Add interfaces that are implemented here //$Implements$_End ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ { /** * Get all of AlphaNumericSequencerExtension's attributes. * * @return AlphaNumericSequencerExtensionValue the AlphaNumericSequencerExtension value object */ public AlphaNumericSequencerExtensionValue getAlphaNumericSequencerExtensionByValue() throws RemoteException //$getByValueMethodException$_Begin ------------ CUSTOM CODE --------------- // Add additional exceptions here //$getByValueMethodException$_End ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ; /** * Set all of AlphaNumericSequencerExtension's attributes to the passed in value. * Note: Primary key attributes are not set. * * @param AlphaNumericSequencerExtensionValue the AlphaNumericSequencerExtension value object */ public void setAlphaNumericSequencerExtensionByValue(AlphaNumericSequencerExtensionValue value) throws RemoteException //$setByValueMethodException$_Begin ------------ CUSTOM CODE --------------- // Add additional exceptions here //$setByValueMethodException$_End ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ; /** * */ public String getValue() throws RemoteException //$MethodException String getValue()$_Begin ------------ CUSTOM CODE --------------- // Add additional exceptions here //$MethodException String getValue()$_End ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ; }