webtest
Class _Painting

java.lang.Object
org.objectstyle.cayenne.CayenneDataObject
webtest._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.
| 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()
setToArtist
public void setToArtist(Artist toArtist)
getToArtist
public Artist getToArtist()
setToGallery
public void setToGallery(Gallery toGallery)
getToGallery
public Gallery getToGallery()