com.spoledge.audao.db.dto
Class AbstractDto

java.lang.Object
  extended by com.spoledge.audao.db.dto.AbstractDto
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GaeJdoAbstractDtoImpl

public abstract class AbstractDto
extends java.lang.Object
implements java.io.Serializable

This is the parent of all DTO classes.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          The Serializable version is forced to -1.
 
Constructor Summary
AbstractDto()
           
 
Method Summary
protected  void append(java.lang.StringBuffer sb, java.lang.String name, byte[] val)
          Constructs the content for the toString() method.
protected  void append(java.lang.StringBuffer sb, java.lang.String name, java.lang.Object val)
          Constructs the content for the toString() method.
protected abstract  void contentToString(java.lang.StringBuffer sb)
          Constructs the content for the toString() method.
 java.lang.String toString()
          Returns a human readable string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
The Serializable version is forced to -1. This helps to overcome compatibility problems when this class changes.

See Also:
Constant Field Values
Constructor Detail

AbstractDto

public AbstractDto()
Method Detail

toString

public final java.lang.String toString()
Returns a human readable string.

Overrides:
toString in class java.lang.Object

contentToString

protected abstract void contentToString(java.lang.StringBuffer sb)
Constructs the content for the toString() method.


append

protected final void append(java.lang.StringBuffer sb,
                            java.lang.String name,
                            byte[] val)
Constructs the content for the toString() method.


append

protected final void append(java.lang.StringBuffer sb,
                            java.lang.String name,
                            java.lang.Object val)
Constructs the content for the toString() method.



Copyright © 2010 Spolecne s.r.o. All Rights Reserved.