| java.lang.Object org.jaffa.persistence.Persistent org.jaffa.persistence.domainobjects.Asset
Asset | public class Asset extends Persistent (Code) | | Auto Generated Persistent class for the ZZ_JUT_ASSET table.
author: Auto-Generated |
findByPKCriteria | public static Criteria findByPKCriteria(java.lang.Long assetTk)(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. |
getAssetTk | public java.lang.Long getAssetTk()(Code) | | Getter for property assetTk.
Value of property assetTk. |
getCondition | public java.lang.String getCondition()(Code) | | Getter for property condition.
Value of property condition. |
getCustodian | public java.lang.String getCustodian()(Code) | | Getter for property custodian.
Value of property custodian. |
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. |
|
|