2004.04.29


com.jdc.rdb.tbl.dto
Class ReferenceTableDTO

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.rdb.tbl.dto.DataTransferObject
              |
              +--com.jdc.rdb.tbl.dto.ReferenceTableDTO
Direct Known Subclasses:
CountryDTO

public abstract class ReferenceTableDTO
extends DataTransferObject

ReferenceTableDTO represents a data tranfer object for a database reference table. All data transfer object classes for reference tables should subclass this class.

Note: It is recommended that all reference table data transfer objects be made immutable, i.e. the class be declared final and contain no setter methods. Reference table data values should be set via the constructor. *

Version:
1.0
Author:
Jay Damon
See Also:
ReferenceTableDAO

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
Constructor Summary
protected ReferenceTableDTO()
          Constructs a new ReferenceTableDTO object.
 
Methods inherited from class com.jdc.rdb.tbl.dto.DataTransferObject
isFound, setFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceTableDTO

protected ReferenceTableDTO()
Constructs a new ReferenceTableDTO object.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.