Class AssetChildRemoveInput
java.lang.Object
overit.geocallapp.wfm.assets.bl.event.AssetChildRemoveInput
Input object for
AssetChildRemoveEvent.- 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
-
AssetChildRemoveInput
public AssetChildRemoveInput()
-
-
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
-