Class AssetChildInsertInput
java.lang.Object
overit.geocallapp.wfm.assets.bl.event.AssetChildInsertInput
Input object for
AssetChildInsertEvent.- Since:
- 16.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the child asset.Returns the id of the parent asset.voidsetChildAsset(Long childAsset) Sets the id of the child asset.voidsetParentAsset(Long parentAsset) Sets the id of the parent asset.
-
Constructor Details
-
AssetChildInsertInput
public AssetChildInsertInput()
-
-
Method Details
-
getParentAsset
Returns the id of the parent asset.- Returns:
- the parent asset id
-
setParentAsset
Sets the id of the parent asset.- Parameters:
parentAsset- the parent asset id
-
getChildAsset
Returns the id of the child asset.- Returns:
- the child asset id
-
setChildAsset
Sets the id of the child asset.- Parameters:
childAsset- the child asset id
-