| java.lang.Object org.jaffa.persistence.Persistent org.jaffa.persistence.domainobjects.PartRemarksPicture
PartRemarksPicture | public class PartRemarksPicture extends Persistent (Code) | | Auto Generated Persistent class for the ZZ_JUT_PART_REM_PIC table.
author: Auto-Generated |
findByPKCriteria | public static Criteria findByPKCriteria(java.lang.String part)(Code) | | Returns a Criteria object for retrieving the domain object based on the input Primary Key.
a Criteria object for retrieving the domain object based on the input Primary Key. |
getPicture | public byte[] getPicture()(Code) | | Getter for property picture.
Value of property picture. |
performPreDeleteReferentialIntegrity | public void performPreDeleteReferentialIntegrity() throws PreDeleteFailedException(Code) | | This method is triggered by the UOW, before adding this object to the Delete-Store.
This will raise an exception if any associated/aggregated objects exist.
This will cascade delete all composite objects.
throws: PreDeleteFailedException - if any error occurs during the process. |
toString | public String toString()(Code) | | This returns the diagnostic information.
the diagnostic information. |
|
|