soap tutorial

adriani.jws.template.model
Class EntityTimeDTO

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

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

A simple DTO object storing data describing data retrieved from TEST_ENTITY_TIMES 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  java.lang.StringBuffer end_time
          Class field depicting the entity attribute bound to this model class
protected static java.lang.String leadingName
          Beginning of each logging message produced by this class.
 
Constructor Summary
EntityTimeDTO()
          Empty constructor.
EntityTimeDTO(java.lang.StringBuffer end_time)
          Standard constructor.
EntityTimeDTO(java.lang.StringBuffer[] array)
          Array oriented constructor.
 
Method Summary
 java.util.Date getDateEndTime()
          Getter method (overloaded).
 java.lang.StringBuffer getEndTime()
          Getter method.
 java.lang.String getStringEndTime()
          Getter method (overloaded).
 void setEndTime(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

end_time

protected java.lang.StringBuffer end_time
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

EntityTimeDTO

public EntityTimeDTO()
Empty constructor.


EntityTimeDTO

public EntityTimeDTO(java.lang.StringBuffer end_time)
Standard constructor.

Parameters:
end_time -

EntityTimeDTO

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

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

setEndTime

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


getEndTime

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


getStringEndTime

public java.lang.String getStringEndTime()
Getter method (overloaded).


getDateEndTime

public java.util.Date getDateEndTime()
Getter method (overloaded).


Build 19/03/2014

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