| |
|
| java.lang.Object org.jaffa.persistence.Persistent org.jaffa.persistence.domainobjects.CategoryOfInstrument
CategoryOfInstrument | public class CategoryOfInstrument extends Persistent (Code) | | Auto Generated Persistent class for the ZZ_JUT_INSTRUMENT table.
author: Auto-Generated |
findByPKCriteria | public static Criteria findByPKCriteria(java.lang.String categoryInstrument)(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. |
findPartCriteria | public Criteria findPartCriteria()(Code) | | Returns a Criteria object for retrieving the related Part objects.
a Criteria object for retrieving the related Part objects. |
getCalculateMtbf | public java.lang.Boolean getCalculateMtbf()(Code) | | Getter for property calculateMtbf.
Value of property calculateMtbf. |
getCategoryInstrument | public java.lang.String getCategoryInstrument()(Code) | | Getter for property categoryInstrument.
Value of property categoryInstrument. |
getDescription | public java.lang.String getDescription()(Code) | | Getter for property description.
Value of property description. |
getSupportEquip | public java.lang.Boolean getSupportEquip()(Code) | | Getter for property supportEquip.
Value of property supportEquip. |
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. |
|
|
|