BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules
Interface RuleSheetDefinition


public interface RuleSheetDefinition
extends javax.ejb.EJBObject

Interface for RuleSheetDefinition.


Field Summary
static java.lang.String LOOKUP_NAME
           
 
Method Summary
 byte[] getDocument()
          Get document.
 java.lang.String getDocumentAsString()
          Get document as string.
 java.lang.String getName()
          Get name.
 void setDocument(byte[] aDocument)
          Set document.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Field Detail

LOOKUP_NAME

public static final java.lang.String LOOKUP_NAME
Method Detail

getName

public java.lang.String getName()
                         throws javax.ejb.EJBException,
                                java.rmi.RemoteException
Get name.
Returns:
String
Throws:
EJBException -  
RemoteException -  

getDocument

public byte[] getDocument()
                   throws javax.ejb.EJBException,
                          java.rmi.RemoteException
Get document.
Returns:
byte[]
Throws:
EJBException -  
RemoteException -  

setDocument

public void setDocument(byte[] aDocument)
                 throws javax.ejb.EJBException,
                        java.rmi.RemoteException
Set document.
Parameters:
aDocument -  
Throws:
EJBException -  
RemoteException -  

getDocumentAsString

public java.lang.String getDocumentAsString()
                                     throws javax.ejb.EJBException,
                                            java.rmi.RemoteException
Get document as string.
Returns:
String

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved