org.ferris.journal.jws.journal
Class Journal

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

public class Journal
extends Object
implements Serializable

See Also:
Serialized Form

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

Journal

public Journal()

Journal

public Journal(Account account,
               Calendar createdOn,
               Long id,
               Boolean isActive,
               String name)
Method Detail

getAccount

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

Returns:
account

setAccount

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

Parameters:
account -

getCreatedOn

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

Returns:
createdOn

setCreatedOn

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

Parameters:
createdOn -

getId

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

Returns:
id

setId

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

Parameters:
id -

getIsActive

public Boolean getIsActive()
Gets the isActive value for this Journal.

Returns:
isActive

setIsActive

public void setIsActive(Boolean isActive)
Sets the isActive value for this Journal.

Parameters:
isActive -

getName

public String getName()
Gets the name value for this Journal.

Returns:
name

setName

public void setName(String name)
Sets the name value for this Journal.

Parameters:
name -

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.