soap tutorial

adriani.jws.template.model
Class CustomerDTO

java.lang.Object
  extended by adriani.jws.template.model.CustomerDTO
All Implemented Interfaces:
java.io.Serializable

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

A simple DTO object storing data describing data retrieved from TEST_CUSTOMERS table.
This class is NOT immutable since allows data modification via setter methods: this allows to set data on this class as long as they become available (i.e. after subsequent calls to the DAO layer).

See Also:
Serialized Form

Field Summary
protected static java.lang.String leadingName
          Beginning of each logging message produced by this class.
protected  java.lang.StringBuffer name
          Class field depicting the entity attribute bound to this model class
protected  java.lang.StringBuffer surname
          Class field depicting the entity attribute bound to this model class
 
Constructor Summary
CustomerDTO()
          Empty constructor.
CustomerDTO(java.lang.StringBuffer[] array)
          Array oriented constructor.
CustomerDTO(java.lang.StringBuffer name, java.lang.StringBuffer surname)
          Standard constructor.
 
Method Summary
 java.lang.StringBuffer getName()
          Getter method.
 java.lang.StringBuffer getSurname()
          Getter method.
 void setName(java.lang.StringBuffer value)
          Setter method.
 void setSurname(java.lang.StringBuffer value)
          Setter method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.StringBuffer name
Class field depicting the entity attribute bound to this model class


surname

protected java.lang.StringBuffer surname
Class field depicting the entity attribute bound to this model class


leadingName

protected static java.lang.String leadingName
Beginning of each logging message produced by this class.

Constructor Detail

CustomerDTO

public CustomerDTO()
Empty constructor.


CustomerDTO

public CustomerDTO(java.lang.StringBuffer name,
                   java.lang.StringBuffer surname)
Standard constructor.

Parameters:
name -
surname -

CustomerDTO

public CustomerDTO(java.lang.StringBuffer[] array)
Array oriented constructor.

Parameters:
array - StringBuffer array containing all this model fields
Method Detail

setName

public void setName(java.lang.StringBuffer value)
Setter method.


setSurname

public void setSurname(java.lang.StringBuffer value)
Setter method.


getName

public java.lang.StringBuffer getName()
Getter method.


getSurname

public java.lang.StringBuffer getSurname()
Getter method.


Build 19/03/2014

Morpheus Technologies - making the Zion software
Copyright © 2009-2014 Morpheus Technologies. All Rights Reserved