Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

webtest
Class _Painting  view _Painting download _Painting.java

java.lang.Object
  extended byorg.objectstyle.cayenne.CayenneDataObject
      extended bywebtest._Painting
All Implemented Interfaces:
org.objectstyle.cayenne.DataObject, java.io.Serializable
Direct Known Subclasses:
Painting

public class _Painting
extends org.objectstyle.cayenne.CayenneDataObject

Class _Painting was generated by Cayenne. It is probably a good idea to avoid changing this class manually, since it may be overwritten next time code is regenerated. If you need to make any customizations, please use subclass.


Field Summary
 
Fields inherited from class org.objectstyle.cayenne.CayenneDataObject
dataContext, objectId, persistenceState, props
 
Constructor Summary
_Painting()
           
 
Method Summary
 java.math.BigDecimal getEstimatedPrice()
           
 java.lang.String getPaintingTitle()
           
 Artist getToArtist()
           
 Gallery getToGallery()
           
 void setEstimatedPrice(java.math.BigDecimal estimatedPrice)
           
 void setPaintingTitle(java.lang.String paintingTitle)
           
 void setToArtist(Artist toArtist)
           
 void setToGallery(Gallery toGallery)
           
 
Methods inherited from class org.objectstyle.cayenne.CayenneDataObject
addToManyTarget, appendProperties, fetchFinished, getCommittedSnapshot, getCurrentSnapshot, getDataContext, getObjectId, getPersistenceState, readNestedProperty, readProperty, readPropertyDirectly, readToOneDependentTarget, removeToManyTarget, setDataContext, setObjectId, setPersistenceState, setReverseRelationship, setToOneDependentTarget, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, writeProperty, writePropertyDirectly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

_Painting

public _Painting()
Method Detail

setEstimatedPrice

public void setEstimatedPrice(java.math.BigDecimal estimatedPrice)

getEstimatedPrice

public java.math.BigDecimal getEstimatedPrice()

setPaintingTitle

public void setPaintingTitle(java.lang.String paintingTitle)

getPaintingTitle

public java.lang.String getPaintingTitle()

setToArtist

public void setToArtist(Artist toArtist)

getToArtist

public Artist getToArtist()

setToGallery

public void setToGallery(Gallery toGallery)

getToGallery

public Gallery getToGallery()