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

Quick Search    Search Deep

cayenne.tutorial.tapestry.domain
Class Painting  view Painting download Painting.java

java.lang.Object
  extended byorg.objectstyle.cayenne.CayenneDataObject
      extended bycayenne.tutorial.tapestry.domain.Painting
All Implemented Interfaces:
org.objectstyle.cayenne.DataObject, java.io.Serializable

public class Painting
extends org.objectstyle.cayenne.CayenneDataObject


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()

setToGallery

public void setToGallery(Gallery toGallery)

getToGallery

public Gallery getToGallery()

setToArtist

public void setToArtist(Artist toArtist)

getToArtist

public Artist getToArtist()