org.kuali.kfs.module.ar.batch.report
Class CustomerLoadBatchError

java.lang.Object
  extended by org.kuali.kfs.module.ar.batch.report.CustomerLoadBatchError

public class CustomerLoadBatchError
extends Object


Constructor Summary
CustomerLoadBatchError()
          Default constructor with all internal fields defaulting to empty-string or null.
CustomerLoadBatchError(String customerName)
          Constructor to initialize with just the customerName.
CustomerLoadBatchError(String customerName, String propertyName, Class<?> propertyClass, String value, String description)
          Constructs a CustomerLoadBatchError.java.
 
Method Summary
 String getCustomerName()
           
 String getDescription()
           
 Class<?> getPropertyClass()
           
 String getPropertyName()
           
 String getPropertyNameLastElement()
           
 String getValue()
           
 void setCustomerName(String customerName)
           
 void setDescription(String description)
           
 void setPropertyClass(Class<?> propertyClass)
           
 void setPropertyName(String propertyName)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomerLoadBatchError

public CustomerLoadBatchError()
Default constructor with all internal fields defaulting to empty-string or null.


CustomerLoadBatchError

public CustomerLoadBatchError(String customerName)
Constructor to initialize with just the customerName.

Parameters:
customerName - The customer name of the document being imported.

CustomerLoadBatchError

public CustomerLoadBatchError(String customerName,
                              String propertyName,
                              Class<?> propertyClass,
                              String value,
                              String description)
Constructs a CustomerLoadBatchError.java.

Parameters:
customerName - The customer name of the document being imported.
propertyName - The name of the property on the Customer BO.
propertyClass - The class of the property named by propertyName.
value - The original value of the field from the batch import document.
description - The description of the error that occurred.
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getPropertyNameLastElement

public String getPropertyNameLastElement()

getCustomerName

public String getCustomerName()

setCustomerName

public void setCustomerName(String customerName)

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)

getPropertyClass

public Class<?> getPropertyClass()

setPropertyClass

public void setPropertyClass(Class<?> propertyClass)

getValue

public String getValue()

setValue

public void setValue(String value)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.