BEA Systems, Inc.

theory.smart.ebusiness.troubleticket
Class JournalEntryHome

java.lang.Object
  |
  +--theory.smart.ebusiness.troubleticket.JournalEntryHome

public class JournalEntryHome
extends java.lang.Object
implements SmartHome, java.io.Serializable

The home class for the JournalEntry belonging. Use this class to create JournalEntries.

       JournalEntry journalEntry = JournalEntryHome.create();
 

See Also:
Serialized Form

Constructor Summary
JournalEntryHome()
           
 
Method Summary
static JournalEntry create()
          Create a new JournalEntry Belonging.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalEntryHome

public JournalEntryHome()
Method Detail

create

public static JournalEntry create()
Create a new JournalEntry Belonging. First look to see if there is a custom journalEntry home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved