|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ferris.journal.jws.journal.Journal
public class Journal
| Constructor Summary | |
|---|---|
Journal()
|
|
Journal(Account account,
Calendar createdOn,
Long id,
Boolean isActive,
String name)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Account |
getAccount()
Gets the account value for this Journal. |
Calendar |
getCreatedOn()
Gets the createdOn value for this Journal. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getId()
Gets the id value for this Journal. |
Boolean |
getIsActive()
Gets the isActive value for this Journal. |
String |
getName()
Gets the name value for this Journal. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAccount(Account account)
Sets the account value for this Journal. |
void |
setCreatedOn(Calendar createdOn)
Sets the createdOn value for this Journal. |
void |
setId(Long id)
Sets the id value for this Journal. |
void |
setIsActive(Boolean isActive)
Sets the isActive value for this Journal. |
void |
setName(String name)
Sets the name value for this Journal. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Journal()
public Journal(Account account,
Calendar createdOn,
Long id,
Boolean isActive,
String name)
| Method Detail |
|---|
public Account getAccount()
public void setAccount(Account account)
account - public Calendar getCreatedOn()
public void setCreatedOn(Calendar createdOn)
createdOn - public Long getId()
public void setId(Long id)
id - public Boolean getIsActive()
public void setIsActive(Boolean isActive)
isActive - public String getName()
public void setName(String name)
name - 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 | |||||||||