Class AssetChildRemoveInput

java.lang.Object
overit.geocallapp.wfm.assets.bl.event.AssetChildRemoveInput

public class AssetChildRemoveInput extends Object
Input object for AssetChildRemoveEvent.
Since:
16.0
GCApi:
bo
  • Constructor Details

    • AssetChildRemoveInput

      public AssetChildRemoveInput()
  • Method Details

    • getParentAsset

      public Long getParentAsset()
      Returns the id of the parent asset.
      Returns:
      the parent asset id
    • setParentAsset

      public void setParentAsset(Long parentAsset)
      Sets the id of the parent asset.
      Parameters:
      parentAsset - the parent asset id
    • getChildAsset

      public Long getChildAsset()
      Returns the id of the child asset.
      Returns:
      the child asset id
    • setChildAsset

      public void setChildAsset(Long childAsset)
      Sets the id of the child asset.
      Parameters:
      childAsset - the child asset id