java.lang.Object
org.objectstyle.cayenne.CayenneDataObject
cayenne.tutorial.tapestry.domain.Painting
- All Implemented Interfaces:
- org.objectstyle.cayenne.DataObject, java.io.Serializable
- public class Painting
- extends org.objectstyle.cayenne.CayenneDataObject
| 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 |
Painting
public Painting()
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()