Class DTOAssetChildBatchInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.rs1.asset.child.DTOAssetChildBatchInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOAssetChildBatchInsert extends DynO
DTO representing an element to insert a batch of asset children.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAssetChildBatchInsert

      public DTOAssetChildBatchInsert()
  • Method Details

    • getParentAsset

      public Long getParentAsset()
    • setParentAsset

      public void setParentAsset(Long parentAsset)
    • getChildAsset

      public Long getChildAsset()
    • setChildAsset

      public void setChildAsset(Long childAsset)