com.carlosbcruz.account.dynamicmodel
Class AccountCheck

java.lang.Object
  extended by com.carlosbcruz.account.dynamicmodel.AccountCheck

public class AccountCheck
extends java.lang.Object

Represents a single check.

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Constructor Summary
AccountCheck()
           
 
Method Summary
 java.lang.String getCheckIdentification()
          Returns the check Identification.
 int getCheckSequence()
          Returns the check sequence.
 java.lang.String getDescription()
          Returns the description.
 java.lang.String getStatus()
          Returns the status.
 float getValue()
          Returns the value.
 void setCheckIdentification(java.lang.String checkIdentification)
          Sets the check identification.
 void setCheckSequence(int checkSequence)
          Sets the check sequence.
 void setDescription(java.lang.String description)
          Sets the description.
 void setStatus(java.lang.String status)
          Sets the status.
 void setValue(float value)
          Sets the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountCheck

public AccountCheck()
Method Detail

getCheckSequence

public int getCheckSequence()
Returns the check sequence.

Returns:
The check sequence number

setCheckSequence

public void setCheckSequence(int checkSequence)
Sets the check sequence.

Parameters:
checkSequence - The checkSequence to set

getCheckIdentification

public java.lang.String getCheckIdentification()
Returns the check Identification.

Returns:
The check identification

setCheckIdentification

public void setCheckIdentification(java.lang.String checkIdentification)
Sets the check identification.

Parameters:
checkIdentification - The checkIdentification to set

getValue

public float getValue()
Returns the value.

Returns:
The check value

setValue

public void setValue(float value)
Sets the value.

Parameters:
value - The value to set

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
The check description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - The description to set

getStatus

public java.lang.String getStatus()
Returns the status.

Returns:
The check status

setStatus

public void setStatus(java.lang.String status)
Sets the status.

Parameters:
status - The status to set