All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.internet2.middleware.grouper.app.provisioning.targetDao.TargetDaoUpdateEntityRequest Maven / Gradle / Ivy

There is a newer version: 5.13.5
Show newest version
package edu.internet2.middleware.grouper.app.provisioning.targetDao;

import edu.internet2.middleware.grouper.app.provisioning.ProvisioningEntity;

public class TargetDaoUpdateEntityRequest {

  public TargetDaoUpdateEntityRequest() {
    // TODO Auto-generated constructor stub
  }
  private ProvisioningEntity targetEntity;
  
  public ProvisioningEntity getTargetEntity() {
    return targetEntity;
  }
  
  public void setTargetEntity(ProvisioningEntity targetEntity) {
    this.targetEntity = targetEntity;
  }

  public TargetDaoUpdateEntityRequest(ProvisioningEntity targetEntity) {
    super();
    this.targetEntity = targetEntity;
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy