org.ferris.journal.jws.journalentry
Class JournalEntry

java.lang.Object
  extended by org.ferris.journal.jws.journalentry.JournalEntry
All Implemented Interfaces:
Serializable

public class JournalEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JournalEntry()
           
JournalEntry(Account account, Calendar createdOn, Calendar day, String entry, Long id, Journal journal, String subject)
           
 
Method Summary
 boolean equals(Object obj)
           
 Account getAccount()
          Gets the account value for this JournalEntry.
 Calendar getCreatedOn()
          Gets the createdOn value for this JournalEntry.
 Calendar getDay()
          Gets the day value for this JournalEntry.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEntry()
          Gets the entry value for this JournalEntry.
 Long getId()
          Gets the id value for this JournalEntry.
 Journal getJournal()
          Gets the journal value for this JournalEntry.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSubject()
          Gets the subject value for this JournalEntry.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccount(Account account)
          Sets the account value for this JournalEntry.
 void setCreatedOn(Calendar createdOn)
          Sets the createdOn value for this JournalEntry.
 void setDay(Calendar day)
          Sets the day value for this JournalEntry.
 void setEntry(String entry)
          Sets the entry value for this JournalEntry.
 void setId(Long id)
          Sets the id value for this JournalEntry.
 void setJournal(Journal journal)
          Sets the journal value for this JournalEntry.
 void setSubject(String subject)
          Sets the subject value for this JournalEntry.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalEntry

public JournalEntry()

JournalEntry

public JournalEntry(Account account,
                    Calendar createdOn,
                    Calendar day,
                    String entry,
                    Long id,
                    Journal journal,
                    String subject)
Method Detail

getAccount

public Account getAccount()
Gets the account value for this JournalEntry.

Returns:
account

setAccount

public void setAccount(Account account)
Sets the account value for this JournalEntry.

Parameters:
account -

getCreatedOn

public Calendar getCreatedOn()
Gets the createdOn value for this JournalEntry.

Returns:
createdOn

setCreatedOn

public void setCreatedOn(Calendar createdOn)
Sets the createdOn value for this JournalEntry.

Parameters:
createdOn -

getDay

public Calendar getDay()
Gets the day value for this JournalEntry.

Returns:
day

setDay

public void setDay(Calendar day)
Sets the day value for this JournalEntry.

Parameters:
day -

getEntry

public String getEntry()
Gets the entry value for this JournalEntry.

Returns:
entry

setEntry

public void setEntry(String entry)
Sets the entry value for this JournalEntry.

Parameters:
entry -

getId

public Long getId()
Gets the id value for this JournalEntry.

Returns:
id

setId

public void setId(Long id)
Sets the id value for this JournalEntry.

Parameters:
id -

getJournal

public Journal getJournal()
Gets the journal value for this JournalEntry.

Returns:
journal

setJournal

public void setJournal(Journal journal)
Sets the journal value for this JournalEntry.

Parameters:
journal -

getSubject

public String getSubject()
Gets the subject value for this JournalEntry.

Returns:
subject

setSubject

public void setSubject(String subject)
Sets the subject value for this JournalEntry.

Parameters:
subject -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.