com.konakart.wsapp
Class PaymentSchedule

java.lang.Object
  extended by com.konakart.wsapp.PaymentSchedule
All Implemented Interfaces:
java.io.Serializable

public class PaymentSchedule
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PaymentSchedule()
           
PaymentSchedule(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.util.Calendar dateAdded, int dayOfMonth, java.lang.String description, int id, java.lang.String name, int numPayments, int numTrialPayments, int timeLength, int timeUnit)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this PaymentSchedule.
 java.lang.String getCustom2()
          Gets the custom2 value for this PaymentSchedule.
 java.lang.String getCustom3()
          Gets the custom3 value for this PaymentSchedule.
 java.lang.String getCustom4()
          Gets the custom4 value for this PaymentSchedule.
 java.lang.String getCustom5()
          Gets the custom5 value for this PaymentSchedule.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this PaymentSchedule.
 int getDayOfMonth()
          Gets the dayOfMonth value for this PaymentSchedule.
 java.lang.String getDescription()
          Gets the description value for this PaymentSchedule.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this PaymentSchedule.
 java.lang.String getName()
          Gets the name value for this PaymentSchedule.
 int getNumPayments()
          Gets the numPayments value for this PaymentSchedule.
 int getNumTrialPayments()
          Gets the numTrialPayments value for this PaymentSchedule.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTimeLength()
          Gets the timeLength value for this PaymentSchedule.
 int getTimeUnit()
          Gets the timeUnit value for this PaymentSchedule.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this PaymentSchedule.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this PaymentSchedule.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this PaymentSchedule.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this PaymentSchedule.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this PaymentSchedule.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this PaymentSchedule.
 void setDayOfMonth(int dayOfMonth)
          Sets the dayOfMonth value for this PaymentSchedule.
 void setDescription(java.lang.String description)
          Sets the description value for this PaymentSchedule.
 void setId(int id)
          Sets the id value for this PaymentSchedule.
 void setName(java.lang.String name)
          Sets the name value for this PaymentSchedule.
 void setNumPayments(int numPayments)
          Sets the numPayments value for this PaymentSchedule.
 void setNumTrialPayments(int numTrialPayments)
          Sets the numTrialPayments value for this PaymentSchedule.
 void setTimeLength(int timeLength)
          Sets the timeLength value for this PaymentSchedule.
 void setTimeUnit(int timeUnit)
          Sets the timeUnit value for this PaymentSchedule.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentSchedule

public PaymentSchedule()

PaymentSchedule

public PaymentSchedule(java.lang.String custom1,
                       java.lang.String custom2,
                       java.lang.String custom3,
                       java.lang.String custom4,
                       java.lang.String custom5,
                       java.util.Calendar dateAdded,
                       int dayOfMonth,
                       java.lang.String description,
                       int id,
                       java.lang.String name,
                       int numPayments,
                       int numTrialPayments,
                       int timeLength,
                       int timeUnit)
Method Detail

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this PaymentSchedule.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this PaymentSchedule.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this PaymentSchedule.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this PaymentSchedule.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this PaymentSchedule.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this PaymentSchedule.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this PaymentSchedule.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this PaymentSchedule.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this PaymentSchedule.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this PaymentSchedule.

Parameters:
custom5 -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this PaymentSchedule.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this PaymentSchedule.

Parameters:
dateAdded -

getDayOfMonth

public int getDayOfMonth()
Gets the dayOfMonth value for this PaymentSchedule.

Returns:
dayOfMonth

setDayOfMonth

public void setDayOfMonth(int dayOfMonth)
Sets the dayOfMonth value for this PaymentSchedule.

Parameters:
dayOfMonth -

getDescription

public java.lang.String getDescription()
Gets the description value for this PaymentSchedule.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this PaymentSchedule.

Parameters:
description -

getId

public int getId()
Gets the id value for this PaymentSchedule.

Returns:
id

setId

public void setId(int id)
Sets the id value for this PaymentSchedule.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this PaymentSchedule.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this PaymentSchedule.

Parameters:
name -

getNumPayments

public int getNumPayments()
Gets the numPayments value for this PaymentSchedule.

Returns:
numPayments

setNumPayments

public void setNumPayments(int numPayments)
Sets the numPayments value for this PaymentSchedule.

Parameters:
numPayments -

getNumTrialPayments

public int getNumTrialPayments()
Gets the numTrialPayments value for this PaymentSchedule.

Returns:
numTrialPayments

setNumTrialPayments

public void setNumTrialPayments(int numTrialPayments)
Sets the numTrialPayments value for this PaymentSchedule.

Parameters:
numTrialPayments -

getTimeLength

public int getTimeLength()
Gets the timeLength value for this PaymentSchedule.

Returns:
timeLength

setTimeLength

public void setTimeLength(int timeLength)
Sets the timeLength value for this PaymentSchedule.

Parameters:
timeLength -

getTimeUnit

public int getTimeUnit()
Gets the timeUnit value for this PaymentSchedule.

Returns:
timeUnit

setTimeUnit

public void setTimeUnit(int timeUnit)
Sets the timeUnit value for this PaymentSchedule.

Parameters:
timeUnit -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2011 DS Data Systems UK Ltd.