|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ferris.journal.jws.journalentry.JournalEntry
public class JournalEntry
| 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 |
|---|
public JournalEntry()
public JournalEntry(Account account,
Calendar createdOn,
Calendar day,
String entry,
Long id,
Journal journal,
String subject)
| Method Detail |
|---|
public Account getAccount()
public void setAccount(Account account)
account - public Calendar getCreatedOn()
public void setCreatedOn(Calendar createdOn)
createdOn - public Calendar getDay()
public void setDay(Calendar day)
day - public String getEntry()
public void setEntry(String entry)
entry - public Long getId()
public void setId(Long id)
id - public Journal getJournal()
public void setJournal(Journal journal)
journal - public String getSubject()
public void setSubject(String subject)
subject - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||